#D287CC

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

Shades of Orchid #D287CC

Tints of Orchid #D287CC

Color information

#D287CC (or 0xD287CC) is unknown color: approx Orchid. HEX triplet: D2, 87 and CC. RGB value is (210,135,204). Sum of RGB (Red+Green+Blue) = 210+135+204=549 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.25% from 549); Green value is 135 (53.12% from 255 or 24.59% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 210 - color contains mainly: red. Hex color #D287CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287CC is #2D7833. Grayscale: #A5A5A5. Windows color (decimal): -2979892 or 13404114. OLE color: 13404114.

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

Color convert

RGB210135204-
CMYK00.360.030.18
HSL304.8º45.45%67.65%-
HSV(B)304.8º35.71%82.35%-
XYZ46.1435.3961.53-
YUV165.29149.85159.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.25%
GREEN value IS 135 (53.12% from 255) = 24.59%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=38.25%
G=24.59%
B=37.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013520400.360.030.18304.845.4567.65
HexD287CC0243121312d44
Octal32220731404432246155104
Binary110100101000011111001100010010011100101001100011011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D287CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D287CC; }

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

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

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

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

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

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

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

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