#D083DB

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

Shades of Orchid #D083DB

Tints of Orchid #D083DB

Color information

#D083DB (or 0xD083DB) is unknown color: approx Orchid. HEX triplet: D0, 83 and DB. RGB value is (208,131,219). Sum of RGB (Red+Green+Blue) = 208+131+219=558 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.28% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #D083DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083DB is #2F7C24. Grayscale: #A3A3A3. Windows color (decimal): -3111973 or 14386128. OLE color: 14386128.

HSL color Cylindrical-coordinate representation of color #D083DB: hue angle of 292.5º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D083DB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB208131219-
CMYK0.050.4000.14
HSL292.5º55%68.63%-
HSV(B)292.5º40.18%85.88%-
XYZ46.9134.7671.25-
YUV164.06159.01159.34-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.28%
GREEN value IS 131 (51.56% from 255) = 23.48%
BLUE value IS 219 (85.94% from 255) = 39.25%
R=37.28%
G=23.48%
B=39.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081312190.050.4000.14292.55568.63
HexD083DB5280E1243745
Octal32020333355001644467105
Binary110100001000001111011011101101000011101001001001101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083DB; }

 p { color: rgb(208,131,219); }

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

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

 a { background-color: rgb(208,131,219); }

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

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

 span { border-color: rgb(208,131,219); }

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