#D284D0

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

Shades of Orchid #D284D0

Tints of Orchid #D284D0

Color information

#D284D0 (or 0xD284D0) is unknown color: approx Orchid. HEX triplet: D2, 84 and D0. RGB value is (210,132,208). Sum of RGB (Red+Green+Blue) = 210+132+208=550 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.18% from 550); Green value is 132 (51.95% from 255 or 24% from 550); Blue value is 208 (81.64% from 255 or 37.82% from 550); Max value from RGB is 210 - color contains mainly: red. Hex color #D284D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D284D0 is #2D7B2F. Grayscale: #A3A3A3. Windows color (decimal): -2980656 or 13665490. OLE color: 13665490.

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

Color convert

RGB210132208-
CMYK00.370.010.18
HSL301.54º46.43%67.06%-
HSV(B)301.54º37.14%82.35%-
XYZ46.2134.7663.95-
YUV163.99152.84160.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 38.18%
GREEN value IS 132 (51.95% from 255) = 24%
BLUE value IS 208 (81.64% from 255) = 37.82%
R=38.18%
G=24%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013220800.370.010.18301.5446.4367.06
HexD284D002511212e2e43
Octal32220432004512245656103
Binary11010010100001001101000001001011100101001011101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D284D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D284D0; }

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

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

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

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

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

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

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

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