#CCA6DF

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

Shades of Wisteria #CCA6DF

Tints of Wisteria #CCA6DF

Color information

#CCA6DF (or 0xCCA6DF) is unknown color: approx Wisteria. HEX triplet: CC, A6 and DF. RGB value is (204,166,223). Sum of RGB (Red+Green+Blue) = 204+166+223=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCA6DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA6DF is #335920. Grayscale: #B7B7B7. Windows color (decimal): -3365153 or 14657228. OLE color: 14657228.

HSL color Cylindrical-coordinate representation of color #CCA6DF: hue angle of 280º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCA6DF is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB204166223-
CMYK0.090.2600.13
HSL280º47.11%76.27%-
HSV(B)280º25.56%87.45%-
XYZ51.8645.4475.85-
YUV183.86150.09142.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.40%
GREEN value IS 166 (65.23% from 255) = 27.99%
BLUE value IS 223 (87.5% from 255) = 37.61%
R=34.40%
G=27.99%
B=37.61%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041662230.090.2600.1328047.1176.27
HexCCA6DF91A0D1182f4c
Octal314246337113201543057114
Binary110011001010011011011111100111010011011000110001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA6DF; }

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

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

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

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

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

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

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

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