#D084CD

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

Shades of Orchid #D084CD

Tints of Orchid #D084CD

Color information

#D084CD (or 0xD084CD) is unknown color: approx Orchid. HEX triplet: D0, 84 and CD. RGB value is (208,132,205). Sum of RGB (Red+Green+Blue) = 208+132+205=545 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.17% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 205 (80.47% from 255 or 37.61% from 545); Max value from RGB is 208 - color contains mainly: red. Hex color #D084CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084CD is #2F7B32. Grayscale: #A2A2A2. Windows color (decimal): -3111731 or 13468880. OLE color: 13468880.

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

Color convert

RGB208132205-
CMYK00.370.010.18
HSL302.37º44.71%66.67%-
HSV(B)302.37º36.54%81.57%-
XYZ45.2834.3262-
YUV163.05151.68160.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.17%
GREEN value IS 132 (51.95% from 255) = 24.22%
BLUE value IS 205 (80.47% from 255) = 37.61%
R=38.17%
G=24.22%
B=37.61%

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
Decimal20813220500.370.010.18302.3744.7166.67
HexD084CD02511212e2d43
Octal32020431504512245655103
Binary11010000100001001100110101001011100101001011101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084CD; }

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

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

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

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

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

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

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

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