Shades of Medium Orchid #CC3CF0
Tints of Medium Orchid #CC3CF0
RGB
CMYK
RGB Variations
Color information
#CC3CF0 (or 0xCC3CF0) is known color: Medium Orchid. HEX triplet: CC, 3C and F0. RGB value is (204,60,240). Sum of RGB (Red+Green+Blue) = 204+60+240=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC3CF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3CF0 is #33C30F. Grayscale: #7B7B7B. Windows color (decimal): -3392272 or 15744204. OLE color: 15744204.
HSL color Cylindrical-coordinate representation of color #CC3CF0: hue angle of 288º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC3CF0 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 60 | 240 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.06 |
| HSL | 288º | 0.86% | 0.59% | - |
| HSV(B) | 288º | 0.75% | 0.94% | - |
| XYZ | 42.25 | 22.36 | 84.53 | - |
| YUV | 123.58 | 193.71 | 185.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 60 | 240 | 0.15 | 0.75 | 0 | 0.06 | 288 | 0.86 | 0.59 |
| Hex | CC | 3C | F0 | F | 4B | 0 | 6 | 120 | 56 | 3B |
| Octal | 314 | 74 | 360 | 17 | 113 | 0 | 6 | 440 | 126 | 73 |
| Binary | 11001100 | 111100 | 11110000 | 1111 | 1001011 | 0 | 110 | 100100000 | 1010110 | 111011 |
Color Harmonies of #CC3CF0
Complementary color
Monochromatic Colors of #CC3CF0
Black with #CC3CF0
Text Example
Text Example
White with #CC3CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3CF0; }
p { color: rgb(204,60,240); }
H1.HeaderClassName
{
color: #CC3CF0;
}
.AnyTagClassName
{
color: #CC3CF0;
}
</style>
background-color css
<style>
a { background-color: #CC3CF0; }
a { background-color: rgb(204,60,240); }
div.DivClassName
{
background-color: #CC3CF0;
}
.BgClassName
{
background-color: #CC3CF0;
}
</style>
border-color css
<style>
span { border-color: #CC3CF0; }
span { border-color: rgb(204,60,240); }
td.TdClassName
{
border-color: #CC3CF0;
}
.TagClassName
{
border-color: #CC3CF0;
}
</style>