Shades of Wisteria #CC8ADF
Tints of Wisteria #CC8ADF
RGB
CMYK
RGB Variations
Color information
#CC8ADF (or 0xCC8ADF) is known color: Wisteria. HEX triplet: CC, 8A and DF. RGB value is (204,138,223). Sum of RGB (Red+Green+Blue) = 204+138+223=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 223 (87.5% from 255 or 39.47% from 565); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC8ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC8ADF is #337520. Grayscale: #A7A7A7. Windows color (decimal): -3372321 or 14650060. OLE color: 14650060.
HSL color Cylindrical-coordinate representation of color #CC8ADF: hue angle of 286.59º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CC8ADF is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 138 | 223 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.13 |
| HSL | 286.59º | 0.57% | 0.71% | - |
| HSV(B) | 286.59º | 0.38% | 0.87% | - |
| XYZ | 47.31 | 36.34 | 74.33 | - |
| YUV | 167.42 | 159.37 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 223 | 0.09 | 0.38 | 0 | 0.13 | 286.59 | 0.57 | 0.71 |
| Hex | CC | 8A | DF | 9 | 26 | 0 | D | 11F | 39 | 47 |
| Octal | 314 | 212 | 337 | 11 | 46 | 0 | 15 | 437 | 71 | 107 |
| Binary | 11001100 | 10001010 | 11011111 | 1001 | 100110 | 0 | 1101 | 100011111 | 111001 | 1000111 |
Color Harmonies of #CC8ADF
Complementary color
Monochromatic Colors of #CC8ADF
Black with #CC8ADF
Text Example
Text Example
White with #CC8ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8ADF; }
p { color: rgb(204,138,223); }
H1.HeaderClassName
{
color: #CC8ADF;
}
.AnyTagClassName
{
color: #CC8ADF;
}
</style>
background-color css
<style>
a { background-color: #CC8ADF; }
a { background-color: rgb(204,138,223); }
div.DivClassName
{
background-color: #CC8ADF;
}
.BgClassName
{
background-color: #CC8ADF;
}
</style>
border-color css
<style>
span { border-color: #CC8ADF; }
span { border-color: rgb(204,138,223); }
td.TdClassName
{
border-color: #CC8ADF;
}
.TagClassName
{
border-color: #CC8ADF;
}
</style>