Shades of Wisteria #CC93EA
Tints of Wisteria #CC93EA
RGB
CMYK
RGB Variations
Color information
#CC93EA (or 0xCC93EA) is known color: Wisteria. HEX triplet: CC, 93 and EA. RGB value is (204,147,234). Sum of RGB (Red+Green+Blue) = 204+147+234=585 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.87% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 234 (91.80% from 255 or 40% from 585); Max value from RGB is 234 - color contains mainly: blue. Hex color #CC93EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC93EA is #336C15. Grayscale: #ADADAD. Windows color (decimal): -3370006 or 15373260. OLE color: 15373260.
HSL color Cylindrical-coordinate representation of color #CC93EA: hue angle of 279.31º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC93EA is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 204 | 147 | 234 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.08 |
| HSL | 279.31º | 0.67% | 0.75% | - |
| HSV(B) | 279.31º | 0.37% | 0.92% | - |
| XYZ | 50.19 | 39.65 | 82.85 | - |
| YUV | 173.96 | 161.88 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 234 | 0.13 | 0.37 | 0 | 0.08 | 279.31 | 0.67 | 0.75 |
| Hex | CC | 93 | EA | D | 25 | 0 | 8 | 117 | 43 | 4B |
| Octal | 314 | 223 | 352 | 15 | 45 | 0 | 10 | 427 | 103 | 113 |
| Binary | 11001100 | 10010011 | 11101010 | 1101 | 100101 | 0 | 1000 | 100010111 | 1000011 | 1001011 |
Color Harmonies of #CC93EA
Complementary color
Monochromatic Colors of #CC93EA
Black with #CC93EA
Text Example
Text Example
White with #CC93EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC93EA; }
p { color: rgb(204,147,234); }
H1.HeaderClassName
{
color: #CC93EA;
}
.AnyTagClassName
{
color: #CC93EA;
}
</style>
background-color css
<style>
a { background-color: #CC93EA; }
a { background-color: rgb(204,147,234); }
div.DivClassName
{
background-color: #CC93EA;
}
.BgClassName
{
background-color: #CC93EA;
}
</style>
border-color css
<style>
span { border-color: #CC93EA; }
span { border-color: rgb(204,147,234); }
td.TdClassName
{
border-color: #CC93EA;
}
.TagClassName
{
border-color: #CC93EA;
}
</style>