#CC83DD

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

Shades of Wisteria #CC83DD

Tints of Wisteria #CC83DD

Color information

#CC83DD (or 0xCC83DD) is unknown color: approx Wisteria. HEX triplet: CC, 83 and DD. RGB value is (204,131,221). Sum of RGB (Red+Green+Blue) = 204+131+221=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 221 (86.72% from 255 or 39.75% from 556); Max value from RGB is 221 - color contains mainly: blue. Hex color #CC83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83DD is #337C22. Grayscale: #A2A2A2. Windows color (decimal): -3374115 or 14517196. OLE color: 14517196.

HSL color Cylindrical-coordinate representation of color #CC83DD: hue angle of 288.67º 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 #CC83DD is Cyan = 0.08, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204131221-
CMYK0.080.4100.13
HSL288.67º56.96%69.02%-
HSV(B)288.67º40.72%86.67%-
XYZ46.0734.2972.6-
YUV163.09160.68157.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 131 (51.56% from 255) = 23.56%
BLUE value IS 221 (86.72% from 255) = 39.75%
R=36.69%
G=23.56%
B=39.75%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041312210.080.4100.13288.6756.9669.02
HexCC83DD8290D1213945
Octal314203335105101544171105
Binary1100110010000011110111011000101001011011001000011110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC83DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC83DD; }

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

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

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

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

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

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

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

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