#D787CA

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

Shades of Orchid #D787CA

Tints of Orchid #D787CA

Color information

#D787CA (or 0xD787CA) is unknown color: approx Orchid. HEX triplet: D7, 87 and CA. RGB value is (215,135,202). Sum of RGB (Red+Green+Blue) = 215+135+202=552 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.95% from 552); Green value is 135 (53.12% from 255 or 24.46% from 552); Blue value is 202 (79.30% from 255 or 36.59% from 552); Max value from RGB is 215 - color contains mainly: red. Hex color #D787CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D787CA is #287835. Grayscale: #A6A6A6. Windows color (decimal): -2652214 or 13273047. OLE color: 13273047.

HSL color Cylindrical-coordinate representation of color #D787CA: hue angle of 309.75º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D787CA is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215135202-
CMYK00.370.060.16
HSL309.75º50%68.63%-
HSV(B)309.75º37.21%84.31%-
XYZ47.3536.0460.34-
YUV166.56148162.55-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.95%
GREEN value IS 135 (53.12% from 255) = 24.46%
BLUE value IS 202 (79.30% from 255) = 36.59%
R=38.95%
G=24.46%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513520200.370.060.16309.755068.63
HexD787CA0256101363245
Octal32720731204562046662105
Binary1101011110000111110010100100101110100001001101101100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D787CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D787CA; }

 p { color: rgb(215,135,202); }

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

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

 a { background-color: rgb(215,135,202); }

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

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

 span { border-color: rgb(215,135,202); }

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