#D083CC

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

Shades of Orchid #D083CC

Tints of Orchid #D083CC

Color information

#D083CC (or 0xD083CC) is unknown color: approx Orchid. HEX triplet: D0, 83 and CC. RGB value is (208,131,204). Sum of RGB (Red+Green+Blue) = 208+131+204=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 204 (80.08% from 255 or 37.57% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D083CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083CC is #2F7C33. Grayscale: #A2A2A2. Windows color (decimal): -3111988 or 13403088. OLE color: 13403088.

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

Color convert

RGB208131204-
CMYK00.370.020.18
HSL303.12º45.03%66.47%-
HSV(B)303.12º37.02%81.57%-
XYZ45.033461.32-
YUV162.34151.51160.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.31%
GREEN value IS 131 (51.56% from 255) = 24.13%
BLUE value IS 204 (80.08% from 255) = 37.57%
R=38.31%
G=24.13%
B=37.57%

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
Decimal20813120400.370.020.18303.1245.0366.47
HexD083CC02521212f2d42
Octal32020331404522245755102
Binary110100001000001111001100010010110100101001011111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083CC; }

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

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

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

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

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

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

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

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