#D288CC

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

Shades of Orchid #D288CC

Tints of Orchid #D288CC

Color information

#D288CC (or 0xD288CC) is unknown color: approx Orchid. HEX triplet: D2, 88 and CC. RGB value is (210,136,204). Sum of RGB (Red+Green+Blue) = 210+136+204=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 136 (53.52% from 255 or 24.73% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D288CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D288CC is #2D7733. Grayscale: #A5A5A5. Windows color (decimal): -2979636 or 13404370. OLE color: 13404370.

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

Color convert

RGB210136204-
CMYK00.350.030.18
HSL304.86º45.12%67.84%-
HSV(B)304.86º35.24%82.35%-
XYZ46.2835.6761.57-
YUV165.88149.52159.47-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.18%
GREEN value IS 136 (53.52% from 255) = 24.73%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=38.18%
G=24.73%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013620400.350.030.18304.8645.1267.84
HexD288CC0233121312d44
Octal32221031404332246155104
Binary110100101000100011001100010001111100101001100011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D288CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D288CC; }

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

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

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

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

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

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

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

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