#DC83CB

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

Shades of Orchid #DC83CB

Tints of Orchid #DC83CB

Color information

#DC83CB (or 0xDC83CB) is unknown color: approx Orchid. HEX triplet: DC, 83 and CB. RGB value is (220,131,203). Sum of RGB (Red+Green+Blue) = 220+131+203=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 203 (79.69% from 255 or 36.64% from 554); Max value from RGB is 220 - color contains mainly: red. Hex color #DC83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC83CB is #237C34. Grayscale: #A5A5A5. Windows color (decimal): -2325557 or 13337564. OLE color: 13337564.

HSL color Cylindrical-coordinate representation of color #DC83CB: hue angle of 311.46º degrees, saturation: 0.56, 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 #DC83CB is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB220131203-
CMYK00.400.080.14
HSL311.46º55.97%68.82%-
HSV(B)311.46º40.45%86.27%-
XYZ48.4135.7660.85-
YUV165.82148.99166.65-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 131 (51.56% from 255) = 23.65%
BLUE value IS 203 (79.69% from 255) = 36.64%
R=39.71%
G=23.65%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22013120300.400.080.14311.4655.9768.82
HexDC83CB0288E1373845
Octal334203313050101646770105
Binary1101110010000011110010110101000100011101001101111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC83CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC83CB; }

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

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

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

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

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

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

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

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