Shades of Mauve #CC90FD
Tints of Mauve #CC90FD
RGB
CMYK
RGB Variations
Color information
#CC90FD (or 0xCC90FD) is known color: Mauve. HEX triplet: CC, 90 and FD. RGB value is (204,144,253). Sum of RGB (Red+Green+Blue) = 204+144+253=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 144 (56.64% from 255 or 23.96% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #CC90FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC90FD is #336F02. Grayscale: #ADADAD. Windows color (decimal): -3370755 or 16617676. OLE color: 16617676.
HSL color Cylindrical-coordinate representation of color #CC90FD: hue angle of 273.03º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC90FD is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 204 | 144 | 253 | - |
CMYK | 0.19 | 0.43 | 0 | 0.01 |
HSL | 273.03º | 0.96% | 0.78% | - |
HSV(B) | 273.03º | 0.43% | 0.99% | - |
XYZ | 52.6 | 39.88 | 97.85 | - |
YUV | 174.37 | 172.38 | 149.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 144 | 253 | 0.19 | 0.43 | 0 | 0.01 | 273.03 | 0.96 | 0.78 |
Hex | CC | 90 | FD | 13 | 2B | 0 | 1 | 111 | 60 | 4E |
Octal | 314 | 220 | 375 | 23 | 53 | 0 | 1 | 421 | 140 | 116 |
Binary | 11001100 | 10010000 | 11111101 | 10011 | 101011 | 0 | 1 | 100010001 | 1100000 | 1001110 |
Color Harmonies of #CC90FD
Complementary color
Monochromatic Colors of #CC90FD
Black with #CC90FD
Text Example
Text Example
White with #CC90FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC90FD; }
p { color: rgb(204,144,253); }
H1.HeaderClassName
{
color: #CC90FD;
}
.AnyTagClassName
{
color: #CC90FD;
}
</style>
background-color css
<style>
a { background-color: #CC90FD; }
a { background-color: rgb(204,144,253); }
div.DivClassName
{
background-color: #CC90FD;
}
.BgClassName
{
background-color: #CC90FD;
}
</style>
border-color css
<style>
span { border-color: #CC90FD; }
span { border-color: rgb(204,144,253); }
td.TdClassName
{
border-color: #CC90FD;
}
.TagClassName
{
border-color: #CC90FD;
}
</style>