#D272CC

Color #D272CC Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D272CC

Tints of Orchid #D272CC

Color information

#D272CC (or 0xD272CC) is unknown color: approx Orchid. HEX triplet: D2, 72 and CC. RGB value is (210,114,204). Sum of RGB (Red+Green+Blue) = 210+114+204=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 114 (44.92% from 255 or 21.59% from 528); Blue value is 204 (80.08% from 255 or 38.64% from 528); Max value from RGB is 210 - color contains mainly: red. Hex color #D272CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D272CC is #2D8D33. Grayscale: #989898. Windows color (decimal): -2985268 or 13398738. OLE color: 13398738.

HSL color Cylindrical-coordinate representation of color #D272CC: hue angle of 303.75º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D272CC is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB210114204-
CMYK00.460.030.18
HSL303.75º51.61%63.53%-
HSV(B)303.75º45.71%82.35%-
XYZ43.4930.160.64-
YUV152.96156.8168.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 39.77%
GREEN value IS 114 (44.92% from 255) = 21.59%
BLUE value IS 204 (80.08% from 255) = 38.64%
R=39.77%
G=21.59%
B=38.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011420400.460.030.18303.7551.6163.53
HexD272CC02E3121303440
Octal32216231405632246064100
Binary11010010111001011001100010111011100101001100001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D272CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D272CC; }

 p { color: rgb(210,114,204); }

 H1.HeaderClassName
 {
   color: #D272CC;
 }
 .AnyTagClassName
 {
   color: #D272CC;
 }
</style>
background-color css

<style>
 a { background-color: #D272CC; }

 a { background-color: rgb(210,114,204); }

 div.DivClassName
 {
   background-color: #D272CC;
 }
 .BgClassName
 {
   background-color: #D272CC;
 }
</style>
border-color css

<style>
 span { border-color: #D272CC; }

 span { border-color: rgb(210,114,204); }

 td.TdClassName
 {
   border-color: #D272CC;
 }
 .TagClassName
 {
   border-color: #D272CC;
 }
</style>