Shades of Medium Orchid #CC3CF1
Tints of Medium Orchid #CC3CF1
RGB
CMYK
RGB Variations
Color information
#CC3CF1 (or 0xCC3CF1) is known color: Medium Orchid. HEX triplet: CC, 3C and F1. RGB value is (204,60,241). Sum of RGB (Red+Green+Blue) = 204+60+241=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 60 (23.83% from 255 or 11.88% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC3CF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CF1 is #33C30E. Grayscale: #7B7B7B. Windows color (decimal): -3392271 or 15809740. OLE color: 15809740.
HSL color Cylindrical-coordinate representation of color #CC3CF1: hue angle of 287.73º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3CF1 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 60 | 241 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.05 |
| HSL | 287.73º | 0.87% | 0.59% | - |
| HSV(B) | 287.73º | 0.75% | 0.95% | - |
| XYZ | 42.39 | 22.42 | 85.31 | - |
| YUV | 123.69 | 194.21 | 185.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 241 | 0.15 | 0.75 | 0 | 0.05 | 287.73 | 0.87 | 0.59 |
| Hex | CC | 3C | F1 | F | 4B | 0 | 5 | 120 | 57 | 3B |
| Octal | 314 | 74 | 361 | 17 | 113 | 0 | 5 | 440 | 127 | 73 |
| Binary | 11001100 | 111100 | 11110001 | 1111 | 1001011 | 0 | 101 | 100100000 | 1010111 | 111011 |
Color Harmonies of #CC3CF1
Complementary color
Monochromatic Colors of #CC3CF1
Black with #CC3CF1
Text Example
Text Example
White with #CC3CF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3CF1; }
p { color: rgb(204,60,241); }
H1.HeaderClassName
{
color: #CC3CF1;
}
.AnyTagClassName
{
color: #CC3CF1;
}
</style>
background-color css
<style>
a { background-color: #CC3CF1; }
a { background-color: rgb(204,60,241); }
div.DivClassName
{
background-color: #CC3CF1;
}
.BgClassName
{
background-color: #CC3CF1;
}
</style>
border-color css
<style>
span { border-color: #CC3CF1; }
span { border-color: rgb(204,60,241); }
td.TdClassName
{
border-color: #CC3CF1;
}
.TagClassName
{
border-color: #CC3CF1;
}
</style>