Shades of Wisteria #CC8BEF
Tints of Wisteria #CC8BEF
RGB
CMYK
RGB Variations
Color information
#CC8BEF (or 0xCC8BEF) is known color: Wisteria. HEX triplet: CC, 8B and EF. RGB value is (204,139,239). Sum of RGB (Red+Green+Blue) = 204+139+239=582 (77% of max value = 765). Red value is 204 (80.08% from 255 or 35.05% from 582); Green value is 139 (54.69% from 255 or 23.88% from 582); Blue value is 239 (93.75% from 255 or 41.07% from 582); Max value from RGB is 239 - color contains mainly: blue. Hex color #CC8BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC8BEF is #337410. Grayscale: #A9A9A9. Windows color (decimal): -3372049 or 15698892. OLE color: 15698892.
HSL color Cylindrical-coordinate representation of color #CC8BEF: hue angle of 279º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC8BEF is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 139 | 239 | - |
| CMYK | 0.15 | 0.42 | 0 | 0.06 |
| HSL | 279º | 0.76% | 0.74% | - |
| HSV(B) | 279º | 0.42% | 0.94% | - |
| XYZ | 49.71 | 37.53 | 86.29 | - |
| YUV | 169.84 | 167.03 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 139 | 239 | 0.15 | 0.42 | 0 | 0.06 | 279 | 0.76 | 0.74 |
| Hex | CC | 8B | EF | F | 2A | 0 | 6 | 117 | 4C | 4A |
| Octal | 314 | 213 | 357 | 17 | 52 | 0 | 6 | 427 | 114 | 112 |
| Binary | 11001100 | 10001011 | 11101111 | 1111 | 101010 | 0 | 110 | 100010111 | 1001100 | 1001010 |
Color Harmonies of #CC8BEF
Complementary color
Monochromatic Colors of #CC8BEF
Black with #CC8BEF
Text Example
Text Example
White with #CC8BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8BEF; }
p { color: rgb(204,139,239); }
H1.HeaderClassName
{
color: #CC8BEF;
}
.AnyTagClassName
{
color: #CC8BEF;
}
</style>
background-color css
<style>
a { background-color: #CC8BEF; }
a { background-color: rgb(204,139,239); }
div.DivClassName
{
background-color: #CC8BEF;
}
.BgClassName
{
background-color: #CC8BEF;
}
</style>
border-color css
<style>
span { border-color: #CC8BEF; }
span { border-color: rgb(204,139,239); }
td.TdClassName
{
border-color: #CC8BEF;
}
.TagClassName
{
border-color: #CC8BEF;
}
</style>