Shades of Medium Orchid #CC42FC
Tints of Medium Orchid #CC42FC
RGB
CMYK
RGB Variations
Color information
#CC42FC (or 0xCC42FC) is known color: Medium Orchid. HEX triplet: CC, 42 and FC. RGB value is (204,66,252). Sum of RGB (Red+Green+Blue) = 204+66+252=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 66 (26.17% from 255 or 12.64% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #CC42FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC42FC is #33BD03. Grayscale: #7F7F7F. Windows color (decimal): -3390724 or 16532172. OLE color: 16532172.
HSL color Cylindrical-coordinate representation of color #CC42FC: hue angle of 284.52º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC42FC is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 204 | 66 | 252 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.01 |
| HSL | 284.52º | 0.97% | 0.62% | - |
| HSV(B) | 284.52º | 0.74% | 0.99% | - |
| XYZ | 44.42 | 23.76 | 94.34 | - |
| YUV | 128.47 | 197.72 | 181.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 252 | 0.19 | 0.74 | 0 | 0.01 | 284.52 | 0.97 | 0.62 |
| Hex | CC | 42 | FC | 13 | 4A | 0 | 1 | 11D | 61 | 3E |
| Octal | 314 | 102 | 374 | 23 | 112 | 0 | 1 | 435 | 141 | 76 |
| Binary | 11001100 | 1000010 | 11111100 | 10011 | 1001010 | 0 | 1 | 100011101 | 1100001 | 111110 |
Color Harmonies of #CC42FC
Complementary color
Monochromatic Colors of #CC42FC
Black with #CC42FC
Text Example
Text Example
White with #CC42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42FC; }
p { color: rgb(204,66,252); }
H1.HeaderClassName
{
color: #CC42FC;
}
.AnyTagClassName
{
color: #CC42FC;
}
</style>
background-color css
<style>
a { background-color: #CC42FC; }
a { background-color: rgb(204,66,252); }
div.DivClassName
{
background-color: #CC42FC;
}
.BgClassName
{
background-color: #CC42FC;
}
</style>
border-color css
<style>
span { border-color: #CC42FC; }
span { border-color: rgb(204,66,252); }
td.TdClassName
{
border-color: #CC42FC;
}
.TagClassName
{
border-color: #CC42FC;
}
</style>