#D083C9

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

Shades of Orchid #D083C9

Tints of Orchid #D083C9

Color information

#D083C9 (or 0xD083C9) is unknown color: approx Orchid. HEX triplet: D0, 83 and C9. RGB value is (208,131,201). Sum of RGB (Red+Green+Blue) = 208+131+201=540 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.52% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 201 (78.91% from 255 or 37.22% from 540); Max value from RGB is 208 - color contains mainly: red. Hex color #D083C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083C9 is #2F7C36. Grayscale: #A1A1A1. Windows color (decimal): -3111991 or 13206480. OLE color: 13206480.

HSL color Cylindrical-coordinate representation of color #D083C9: hue angle of 305.45º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D083C9 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB208131201-
CMYK00.370.030.18
HSL305.45º45.03%66.47%-
HSV(B)305.45º37.02%81.57%-
XYZ44.6733.8659.44-
YUV162150.01160.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.52%
GREEN value IS 131 (51.56% from 255) = 24.26%
BLUE value IS 201 (78.91% from 255) = 37.22%
R=38.52%
G=24.26%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813120100.370.030.18305.4545.0366.47
HexD083C90253121312d42
Octal32020331104532246155102
Binary110100001000001111001001010010111100101001100011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083C9; }

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

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

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

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

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

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

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

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