#D083CB

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

Shades of Orchid #D083CB

Tints of Orchid #D083CB

Color information

#D083CB (or 0xD083CB) is unknown color: approx Orchid. HEX triplet: D0, 83 and CB. RGB value is (208,131,203). Sum of RGB (Red+Green+Blue) = 208+131+203=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 203 (79.69% from 255 or 37.45% from 542); Max value from RGB is 208 - color contains mainly: red. Hex color #D083CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083CB is #2F7C34. Grayscale: #A2A2A2. Windows color (decimal): -3111989 or 13337552. OLE color: 13337552.

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

Color convert

RGB208131203-
CMYK00.370.020.18
HSL303.9º45.03%66.47%-
HSV(B)303.9º37.02%81.57%-
XYZ44.9133.9560.69-
YUV162.23151.01160.65-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.38%
GREEN value IS 131 (51.56% from 255) = 24.17%
BLUE value IS 203 (79.69% from 255) = 37.45%
R=38.38%
G=24.17%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813120300.370.020.18303.945.0366.47
HexD083CB0252121302d42
Octal32020331304522246055102
Binary110100001000001111001011010010110100101001100001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083CB; }

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

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

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

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

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

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

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

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