#D284CE

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

Shades of Orchid #D284CE

Tints of Orchid #D284CE

Color information

#D284CE (or 0xD284CE) is unknown color: approx Orchid. HEX triplet: D2, 84 and CE. RGB value is (210,132,206). Sum of RGB (Red+Green+Blue) = 210+132+206=548 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.32% from 548); Green value is 132 (51.95% from 255 or 24.09% from 548); Blue value is 206 (80.86% from 255 or 37.59% from 548); Max value from RGB is 210 - color contains mainly: red. Hex color #D284CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284CE is #2D7B31. Grayscale: #A3A3A3. Windows color (decimal): -2980658 or 13534418. OLE color: 13534418.

HSL color Cylindrical-coordinate representation of color #D284CE: hue angle of 303.08º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D284CE is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB210132206-
CMYK00.370.020.18
HSL303.08º46.43%67.06%-
HSV(B)303.08º37.14%82.35%-
XYZ45.9734.6662.66-
YUV163.76151.84160.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.32%
GREEN value IS 132 (51.95% from 255) = 24.09%
BLUE value IS 206 (80.86% from 255) = 37.59%
R=38.32%
G=24.09%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013220600.370.020.18303.0846.4367.06
HexD284CE02521212f2e43
Octal32220431604522245756103
Binary110100101000010011001110010010110100101001011111011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D284CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D284CE; }

 p { color: rgb(210,132,206); }

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

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

 a { background-color: rgb(210,132,206); }

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

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

 span { border-color: rgb(210,132,206); }

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