#D287CD

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

Shades of Orchid #D287CD

Tints of Orchid #D287CD

Color information

#D287CD (or 0xD287CD) is unknown color: approx Orchid. HEX triplet: D2, 87 and CD. RGB value is (210,135,205). Sum of RGB (Red+Green+Blue) = 210+135+205=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D287CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D287CD is #2D7832. Grayscale: #A5A5A5. Windows color (decimal): -2979891 or 13469650. OLE color: 13469650.

HSL color Cylindrical-coordinate representation of color #D287CD: hue angle of 304º 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 #D287CD is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210135205-
CMYK00.360.020.18
HSL304º45.45%67.65%-
HSV(B)304º35.71%82.35%-
XYZ46.2635.4462.16-
YUV165.4150.35159.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.18%
GREEN value IS 135 (53.12% from 255) = 24.55%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=38.18%
G=24.55%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013520500.360.020.1830445.4567.65
HexD287CD0242121302d44
Octal32220731504422246055104
Binary110100101000011111001101010010010100101001100001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D287CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D287CD; }

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

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

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

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

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

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

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

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