#CC83DF

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

Shades of Wisteria #CC83DF

Tints of Wisteria #CC83DF

Color information

#CC83DF (or 0xCC83DF) is unknown color: approx Wisteria. HEX triplet: CC, 83 and DF. RGB value is (204,131,223). Sum of RGB (Red+Green+Blue) = 204+131+223=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 131 (51.56% from 255 or 23.48% from 558); Blue value is 223 (87.5% from 255 or 39.96% from 558); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC83DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC83DF is #337C20. Grayscale: #A3A3A3. Windows color (decimal): -3374113 or 14648268. OLE color: 14648268.

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

Color convert

RGB204131223-
CMYK0.090.4100.13
HSL287.61º58.97%69.41%-
HSV(B)287.61º41.26%87.45%-
XYZ46.3434.474.01-
YUV163.31161.68157.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 131 (51.56% from 255) = 23.48%
BLUE value IS 223 (87.5% from 255) = 39.96%
R=36.56%
G=23.48%
B=39.96%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041312230.090.4100.13287.6158.9769.41
HexCC83DF9290D1203b45
Octal314203337115101544073105
Binary1100110010000011110111111001101001011011001000001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC83DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC83DF; }

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

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

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

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

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

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

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

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