#D869CA

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

Shades of Orchid #D869CA

Tints of Orchid #D869CA

Color information

#D869CA (or 0xD869CA) is unknown color: approx Orchid. HEX triplet: D8, 69 and CA. RGB value is (216,105,202). Sum of RGB (Red+Green+Blue) = 216+105+202=523 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.30% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 202 (79.30% from 255 or 38.62% from 523); Max value from RGB is 216 - color contains mainly: red. Hex color #D869CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D869CA is #279635. Grayscale: #949494. Windows color (decimal): -2594358 or 13265368. OLE color: 13265368.

HSL color Cylindrical-coordinate representation of color #D869CA: hue angle of 307.57º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D869CA is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB216105202-
CMYK00.510.060.15
HSL307.57º58.73%62.94%-
HSV(B)307.57º51.39%84.71%-
XYZ44.0328.9759.15-
YUV149.25157.77175.61-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 41.30%
GREEN value IS 105 (41.41% from 255) = 20.08%
BLUE value IS 202 (79.30% from 255) = 38.62%
R=41.30%
G=20.08%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21610520200.510.060.15307.5758.7362.94
HexD869CA0336F1343b3f
Octal3301513120636174647377
Binary1101100011010011100101001100111101111100110100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D869CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D869CA; }

 p { color: rgb(216,105,202); }

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

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

 a { background-color: rgb(216,105,202); }

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

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

 span { border-color: rgb(216,105,202); }

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