Shades of Medium Orchid #CC3EF1
Tints of Medium Orchid #CC3EF1
RGB
CMYK
RGB Variations
Color information
#CC3EF1 (or 0xCC3EF1) is known color: Medium Orchid. HEX triplet: CC, 3E and F1. RGB value is (204,62,241). Sum of RGB (Red+Green+Blue) = 204+62+241=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 62 (24.61% from 255 or 12.23% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC3EF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3EF1 is #33C10E. Grayscale: #7C7C7C. Windows color (decimal): -3391759 or 15810252. OLE color: 15810252.
HSL color Cylindrical-coordinate representation of color #CC3EF1: hue angle of 287.6º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3EF1 is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 62 | 241 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.05 |
| HSL | 287.6º | 0.86% | 0.59% | - |
| HSV(B) | 287.6º | 0.74% | 0.95% | - |
| XYZ | 42.5 | 22.63 | 85.35 | - |
| YUV | 124.86 | 193.54 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 62 | 241 | 0.15 | 0.74 | 0 | 0.05 | 287.6 | 0.86 | 0.59 |
| Hex | CC | 3E | F1 | F | 4A | 0 | 5 | 120 | 56 | 3B |
| Octal | 314 | 76 | 361 | 17 | 112 | 0 | 5 | 440 | 126 | 73 |
| Binary | 11001100 | 111110 | 11110001 | 1111 | 1001010 | 0 | 101 | 100100000 | 1010110 | 111011 |
Color Harmonies of #CC3EF1
Complementary color
Monochromatic Colors of #CC3EF1
Black with #CC3EF1
Text Example
Text Example
White with #CC3EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3EF1; }
p { color: rgb(204,62,241); }
H1.HeaderClassName
{
color: #CC3EF1;
}
.AnyTagClassName
{
color: #CC3EF1;
}
</style>
background-color css
<style>
a { background-color: #CC3EF1; }
a { background-color: rgb(204,62,241); }
div.DivClassName
{
background-color: #CC3EF1;
}
.BgClassName
{
background-color: #CC3EF1;
}
</style>
border-color css
<style>
span { border-color: #CC3EF1; }
span { border-color: rgb(204,62,241); }
td.TdClassName
{
border-color: #CC3EF1;
}
.TagClassName
{
border-color: #CC3EF1;
}
</style>