Shades of Wisteria #CC9FED
Tints of Wisteria #CC9FED
RGB
CMYK
RGB Variations
Color information
#CC9FED (or 0xCC9FED) is known color: Wisteria. HEX triplet: CC, 9F and ED. RGB value is (204,159,237). Sum of RGB (Red+Green+Blue) = 204+159+237=600 (79% of max value = 765). Red value is 204 (80.08% from 255 or 34% from 600); Green value is 159 (62.5% from 255 or 26.5% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #CC9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9FED is #336012. Grayscale: #B5B5B5. Windows color (decimal): -3366931 or 15572940. OLE color: 15572940.
HSL color Cylindrical-coordinate representation of color #CC9FED: hue angle of 274.62º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CC9FED is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 204 | 159 | 237 | - |
CMYK | 0.14 | 0.33 | 0 | 0.07 |
HSL | 274.62º | 0.68% | 0.78% | - |
HSV(B) | 274.62º | 0.33% | 0.93% | - |
XYZ | 52.59 | 43.75 | 85.79 | - |
YUV | 181.35 | 159.41 | 144.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 159 | 237 | 0.14 | 0.33 | 0 | 0.07 | 274.62 | 0.68 | 0.78 |
Hex | CC | 9F | ED | E | 21 | 0 | 7 | 113 | 44 | 4E |
Octal | 314 | 237 | 355 | 16 | 41 | 0 | 7 | 423 | 104 | 116 |
Binary | 11001100 | 10011111 | 11101101 | 1110 | 100001 | 0 | 111 | 100010011 | 1000100 | 1001110 |
Color Harmonies of #CC9FED
Complementary color
Monochromatic Colors of #CC9FED
Black with #CC9FED
Text Example
Text Example
White with #CC9FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9FED; }
p { color: rgb(204,159,237); }
H1.HeaderClassName
{
color: #CC9FED;
}
.AnyTagClassName
{
color: #CC9FED;
}
</style>
background-color css
<style>
a { background-color: #CC9FED; }
a { background-color: rgb(204,159,237); }
div.DivClassName
{
background-color: #CC9FED;
}
.BgClassName
{
background-color: #CC9FED;
}
</style>
border-color css
<style>
span { border-color: #CC9FED; }
span { border-color: rgb(204,159,237); }
td.TdClassName
{
border-color: #CC9FED;
}
.TagClassName
{
border-color: #CC9FED;
}
</style>