#CCA8DF

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

Shades of Wisteria #CCA8DF

Tints of Wisteria #CCA8DF

Color information

#CCA8DF (or 0xCCA8DF) is unknown color: approx Wisteria. HEX triplet: CC, A8 and DF. RGB value is (204,168,223). Sum of RGB (Red+Green+Blue) = 204+168+223=595 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.29% from 595); Green value is 168 (66.02% from 255 or 28.24% from 595); Blue value is 223 (87.5% from 255 or 37.48% from 595); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8DF is #335720. Grayscale: #B8B8B8. Windows color (decimal): -3364641 or 14657740. OLE color: 14657740.

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

Color convert

RGB204168223-
CMYK0.090.2500.13
HSL279.27º46.22%76.67%-
HSV(B)279.27º24.66%87.45%-
XYZ52.2246.1775.97-
YUV185.03149.43141.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.29%
GREEN value IS 168 (66.02% from 255) = 28.24%
BLUE value IS 223 (87.5% from 255) = 37.48%
R=34.29%
G=28.24%
B=37.48%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2041682230.090.2500.13279.2746.2276.67
HexCCA8DF9190D1172e4d
Octal314250337113101542756115
Binary110011001010100011011111100111001011011000101111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA8DF; }

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

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

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

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

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

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

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

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