Shades of Medium Orchid #CC3DF0
Tints of Medium Orchid #CC3DF0
RGB
CMYK
RGB Variations
Color information
#CC3DF0 (or 0xCC3DF0) is known color: Medium Orchid. HEX triplet: CC, 3D and F0. RGB value is (204,61,240). Sum of RGB (Red+Green+Blue) = 204+61+240=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 61 (24.22% from 255 or 12.08% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #CC3DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3DF0 is #33C20F. Grayscale: #7B7B7B. Windows color (decimal): -3392016 or 15744460. OLE color: 15744460.
HSL color Cylindrical-coordinate representation of color #CC3DF0: hue angle of 287.93º 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 #CC3DF0 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 204 | 61 | 240 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.06 |
| HSL | 287.93º | 0.86% | 0.59% | - |
| HSV(B) | 287.93º | 0.75% | 0.94% | - |
| XYZ | 42.3 | 22.47 | 84.55 | - |
| YUV | 124.16 | 193.38 | 184.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 240 | 0.15 | 0.75 | 0 | 0.06 | 287.93 | 0.86 | 0.59 |
| Hex | CC | 3D | F0 | F | 4B | 0 | 6 | 120 | 56 | 3B |
| Octal | 314 | 75 | 360 | 17 | 113 | 0 | 6 | 440 | 126 | 73 |
| Binary | 11001100 | 111101 | 11110000 | 1111 | 1001011 | 0 | 110 | 100100000 | 1010110 | 111011 |
Color Harmonies of #CC3DF0
Complementary color
Monochromatic Colors of #CC3DF0
Black with #CC3DF0
Text Example
Text Example
White with #CC3DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3DF0; }
p { color: rgb(204,61,240); }
H1.HeaderClassName
{
color: #CC3DF0;
}
.AnyTagClassName
{
color: #CC3DF0;
}
</style>
background-color css
<style>
a { background-color: #CC3DF0; }
a { background-color: rgb(204,61,240); }
div.DivClassName
{
background-color: #CC3DF0;
}
.BgClassName
{
background-color: #CC3DF0;
}
</style>
border-color css
<style>
span { border-color: #CC3DF0; }
span { border-color: rgb(204,61,240); }
td.TdClassName
{
border-color: #CC3DF0;
}
.TagClassName
{
border-color: #CC3DF0;
}
</style>