#DD83CB

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

Shades of Orchid #DD83CB

Tints of Orchid #DD83CB

Color information

#DD83CB (or 0xDD83CB) is unknown color: approx Orchid. HEX triplet: DD, 83 and CB. RGB value is (221,131,203). Sum of RGB (Red+Green+Blue) = 221+131+203=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 203 (79.69% from 255 or 36.58% from 555); Max value from RGB is 221 - color contains mainly: red. Hex color #DD83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD83CB is #227C34. Grayscale: #A5A5A5. Windows color (decimal): -2260021 or 13337565. OLE color: 13337565.

HSL color Cylindrical-coordinate representation of color #DD83CB: hue angle of 312º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD83CB is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB221131203-
CMYK00.410.080.13
HSL312º56.96%69.02%-
HSV(B)312º40.72%86.67%-
XYZ48.7135.9260.86-
YUV166.12148.82167.15-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 39.82%
GREEN value IS 131 (51.56% from 255) = 23.60%
BLUE value IS 203 (79.69% from 255) = 36.58%
R=39.82%
G=23.60%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113120300.410.080.1331256.9669.02
HexDD83CB0298D1383945
Octal335203313051101547071105
Binary1101110110000011110010110101001100011011001110001110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD83CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD83CB; }

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

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

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

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

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

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

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

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