#D083CA

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

Shades of Orchid #D083CA

Tints of Orchid #D083CA

Color information

#D083CA (or 0xD083CA) is unknown color: approx Orchid. HEX triplet: D0, 83 and CA. RGB value is (208,131,202). Sum of RGB (Red+Green+Blue) = 208+131+202=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D083CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083CA is #2F7C35. Grayscale: #A1A1A1. Windows color (decimal): -3111990 or 13272016. OLE color: 13272016.

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

Color convert

RGB208131202-
CMYK00.370.030.18
HSL304.68º45.03%66.47%-
HSV(B)304.68º37.02%81.57%-
XYZ44.7933.9160.06-
YUV162.12150.51160.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.45%
GREEN value IS 131 (51.56% from 255) = 24.21%
BLUE value IS 202 (79.30% from 255) = 37.34%
R=38.45%
G=24.21%
B=37.34%

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
Decimal20813120200.370.030.18304.6845.0366.47
HexD083CA0253121312d42
Octal32020331204532246155102
Binary110100001000001111001010010010111100101001100011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083CA; }

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

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

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

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

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

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

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

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