Shades of Wisteria #CC8DED
Tints of Wisteria #CC8DED
RGB
CMYK
RGB Variations
Color information
#CC8DED (or 0xCC8DED) is known color: Wisteria. HEX triplet: CC, 8D and ED. RGB value is (204,141,237). Sum of RGB (Red+Green+Blue) = 204+141+237=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC8DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8DED is #337212. Grayscale: #AAAAAA. Windows color (decimal): -3371539 or 15568332. OLE color: 15568332.
HSL color Cylindrical-coordinate representation of color #CC8DED: hue angle of 279.38º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC8DED is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 141 | 237 | - |
CMYK | 0.14 | 0.41 | 0 | 0.07 |
HSL | 279.38º | 0.73% | 0.74% | - |
HSV(B) | 279.38º | 0.41% | 0.93% | - |
XYZ | 49.71 | 38 | 84.84 | - |
YUV | 170.78 | 165.37 | 151.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 141 | 237 | 0.14 | 0.41 | 0 | 0.07 | 279.38 | 0.73 | 0.74 |
Hex | CC | 8D | ED | E | 29 | 0 | 7 | 117 | 49 | 4A |
Octal | 314 | 215 | 355 | 16 | 51 | 0 | 7 | 427 | 111 | 112 |
Binary | 11001100 | 10001101 | 11101101 | 1110 | 101001 | 0 | 111 | 100010111 | 1001001 | 1001010 |
Color Harmonies of #CC8DED
Complementary color
Monochromatic Colors of #CC8DED
Black with #CC8DED
Text Example
Text Example
White with #CC8DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8DED; }
p { color: rgb(204,141,237); }
H1.HeaderClassName
{
color: #CC8DED;
}
.AnyTagClassName
{
color: #CC8DED;
}
</style>
background-color css
<style>
a { background-color: #CC8DED; }
a { background-color: rgb(204,141,237); }
div.DivClassName
{
background-color: #CC8DED;
}
.BgClassName
{
background-color: #CC8DED;
}
</style>
border-color css
<style>
span { border-color: #CC8DED; }
span { border-color: rgb(204,141,237); }
td.TdClassName
{
border-color: #CC8DED;
}
.TagClassName
{
border-color: #CC8DED;
}
</style>