Shades of Medium Orchid #CC3FF2
Tints of Medium Orchid #CC3FF2
RGB
CMYK
RGB Variations
Color information
#CC3FF2 (or 0xCC3FF2) is known color: Medium Orchid. HEX triplet: CC, 3F and F2. RGB value is (204,63,242). Sum of RGB (Red+Green+Blue) = 204+63+242=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 242 (94.92% from 255 or 47.54% from 509); Max value from RGB is 242 - color contains mainly: blue. Hex color #CC3FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3FF2 is #33C00D. Grayscale: #7C7C7C. Windows color (decimal): -3391502 or 15876044. OLE color: 15876044.
HSL color Cylindrical-coordinate representation of color #CC3FF2: hue angle of 287.26º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC3FF2 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 63 | 242 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.05 |
| HSL | 287.26º | 0.87% | 0.6% | - |
| HSV(B) | 287.26º | 0.74% | 0.95% | - |
| XYZ | 42.71 | 22.8 | 86.15 | - |
| YUV | 125.57 | 193.71 | 183.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 63 | 242 | 0.16 | 0.74 | 0 | 0.05 | 287.26 | 0.87 | 0.6 |
| Hex | CC | 3F | F2 | 10 | 4A | 0 | 5 | 11F | 57 | 3C |
| Octal | 314 | 77 | 362 | 20 | 112 | 0 | 5 | 437 | 127 | 74 |
| Binary | 11001100 | 111111 | 11110010 | 10000 | 1001010 | 0 | 101 | 100011111 | 1010111 | 111100 |
Color Harmonies of #CC3FF2
Complementary color
Monochromatic Colors of #CC3FF2
Black with #CC3FF2
Text Example
Text Example
White with #CC3FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3FF2; }
p { color: rgb(204,63,242); }
H1.HeaderClassName
{
color: #CC3FF2;
}
.AnyTagClassName
{
color: #CC3FF2;
}
</style>
background-color css
<style>
a { background-color: #CC3FF2; }
a { background-color: rgb(204,63,242); }
div.DivClassName
{
background-color: #CC3FF2;
}
.BgClassName
{
background-color: #CC3FF2;
}
</style>
border-color css
<style>
span { border-color: #CC3FF2; }
span { border-color: rgb(204,63,242); }
td.TdClassName
{
border-color: #CC3FF2;
}
.TagClassName
{
border-color: #CC3FF2;
}
</style>