Shades of Wisteria #CCA8DA
Tints of Wisteria #CCA8DA
RGB
CMYK
RGB Variations
Color information
#CCA8DA (or 0xCCA8DA) is known color: Wisteria. HEX triplet: CC, A8 and DA. RGB value is (204,168,218). Sum of RGB (Red+Green+Blue) = 204+168+218=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 168 (66.02% from 255 or 28.47% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #CCA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA8DA is #335725. Grayscale: #B8B8B8. Windows color (decimal): -3364646 or 14330060. OLE color: 14330060.
HSL color Cylindrical-coordinate representation of color #CCA8DA: hue angle of 283.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCA8DA is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 204 | 168 | 218 | - |
CMYK | 0.06 | 0.23 | 0 | 0.15 |
HSL | 283.2º | 0.4% | 0.76% | - |
HSV(B) | 283.2º | 0.23% | 0.85% | - |
XYZ | 51.56 | 45.9 | 72.47 | - |
YUV | 184.46 | 146.93 | 141.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 168 | 218 | 0.06 | 0.23 | 0 | 0.15 | 283.2 | 0.4 | 0.76 |
Hex | CC | A8 | DA | 6 | 17 | 0 | F | 11B | 28 | 4C |
Octal | 314 | 250 | 332 | 6 | 27 | 0 | 17 | 433 | 50 | 114 |
Binary | 11001100 | 10101000 | 11011010 | 110 | 10111 | 0 | 1111 | 100011011 | 101000 | 1001100 |
Color Harmonies of #CCA8DA
Complementary color
Monochromatic Colors of #CCA8DA
Black with #CCA8DA
Text Example
Text Example
White with #CCA8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCA8DA; }
p { color: rgb(204,168,218); }
H1.HeaderClassName
{
color: #CCA8DA;
}
.AnyTagClassName
{
color: #CCA8DA;
}
</style>
background-color css
<style>
a { background-color: #CCA8DA; }
a { background-color: rgb(204,168,218); }
div.DivClassName
{
background-color: #CCA8DA;
}
.BgClassName
{
background-color: #CCA8DA;
}
</style>
border-color css
<style>
span { border-color: #CCA8DA; }
span { border-color: rgb(204,168,218); }
td.TdClassName
{
border-color: #CCA8DA;
}
.TagClassName
{
border-color: #CCA8DA;
}
</style>