#D084DF

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

Shades of Orchid #D084DF

Tints of Orchid #D084DF

Color information

#D084DF (or 0xD084DF) is unknown color: approx Orchid. HEX triplet: D0, 84 and DF. RGB value is (208,132,223). Sum of RGB (Red+Green+Blue) = 208+132+223=563 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.94% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #D084DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084DF is #2F7B20. Grayscale: #A4A4A4. Windows color (decimal): -3111713 or 14648528. OLE color: 14648528.

HSL color Cylindrical-coordinate representation of color #D084DF: hue angle of 290.11º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D084DF is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208132223-
CMYK0.070.4100.13
HSL290.11º58.71%69.61%-
HSV(B)290.11º40.81%87.45%-
XYZ47.5835.2474.11-
YUV165.1160.68158.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.94%
GREEN value IS 132 (51.95% from 255) = 23.45%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=36.94%
G=23.45%
B=39.61%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081322230.070.4100.13290.1158.7169.61
HexD084DF7290D1223b46
Octal32020433775101544273106
Binary110100001000010011011111111101001011011001000101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084DF; }

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

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

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

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

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

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

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

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