Shades of Medium Orchid #CC42FF
Tints of Medium Orchid #CC42FF
RGB
CMYK
RGB Variations
Color information
#CC42FF (or 0xCC42FF) is known color: Medium Orchid. HEX triplet: CC, 42 and FF. RGB value is (204,66,255). Sum of RGB (Red+Green+Blue) = 204+66+255=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 66 (26.17% from 255 or 12.57% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #CC42FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC42FF is #33BD00. Grayscale: #808080. Windows color (decimal): -3390721 or 16728780. OLE color: 16728780.
HSL color Cylindrical-coordinate representation of color #CC42FF: hue angle of 283.81º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC42FF is Cyan = 0.2, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 204 | 66 | 255 | - |
| CMYK | 0.2 | 0.74 | 0 | 0 |
| HSL | 283.81º | 1% | 0.63% | - |
| HSV(B) | 283.81º | 0.74% | 1% | - |
| XYZ | 44.9 | 23.95 | 96.86 | - |
| YUV | 128.81 | 199.22 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 66 | 255 | 0.2 | 0.74 | 0 | 0 | 283.81 | 1 | 0.63 |
| Hex | CC | 42 | FF | 14 | 4A | 0 | 0 | 11C | 64 | 3F |
| Octal | 314 | 102 | 377 | 24 | 112 | 0 | 0 | 434 | 144 | 77 |
| Binary | 11001100 | 1000010 | 11111111 | 10100 | 1001010 | 0 | 0 | 100011100 | 1100100 | 111111 |
Color Harmonies of #CC42FF
Complementary color
Monochromatic Colors of #CC42FF
Black with #CC42FF
Text Example
Text Example
White with #CC42FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC42FF; }
p { color: rgb(204,66,255); }
H1.HeaderClassName
{
color: #CC42FF;
}
.AnyTagClassName
{
color: #CC42FF;
}
</style>
background-color css
<style>
a { background-color: #CC42FF; }
a { background-color: rgb(204,66,255); }
div.DivClassName
{
background-color: #CC42FF;
}
.BgClassName
{
background-color: #CC42FF;
}
</style>
border-color css
<style>
span { border-color: #CC42FF; }
span { border-color: rgb(204,66,255); }
td.TdClassName
{
border-color: #CC42FF;
}
.TagClassName
{
border-color: #CC42FF;
}
</style>