#D084D5

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

Shades of Orchid #D084D5

Tints of Orchid #D084D5

Color information

#D084D5 (or 0xD084D5) is unknown color: approx Orchid. HEX triplet: D0, 84 and D5. RGB value is (208,132,213). Sum of RGB (Red+Green+Blue) = 208+132+213=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 132 (51.95% from 255 or 23.87% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #D084D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D084D5 is #2F7B2A. Grayscale: #A3A3A3. Windows color (decimal): -3111723 or 13993168. OLE color: 13993168.

HSL color Cylindrical-coordinate representation of color #D084D5: hue angle of 296.3º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D084D5 is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB208132213-
CMYK0.020.3800.16
HSL296.3º49.09%67.65%-
HSV(B)296.3º38.03%83.53%-
XYZ46.2734.7267.21-
YUV163.96155.68159.41-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 132 (51.95% from 255) = 23.87%
BLUE value IS 213 (83.59% from 255) = 38.52%
R=37.61%
G=23.87%
B=38.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2081322130.020.3800.16296.349.0967.65
HexD084D52260101283144
Octal32020432524602045061104
Binary110100001000010011010101101001100100001001010001100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D084D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D084D5; }

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

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

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

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

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

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

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

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