Shades of Medium Orchid #CC3DF9
Tints of Medium Orchid #CC3DF9
RGB
CMYK
RGB Variations
Color information
#CC3DF9 (or 0xCC3DF9) is known color: Medium Orchid. HEX triplet: CC, 3D and F9. RGB value is (204,61,249). Sum of RGB (Red+Green+Blue) = 204+61+249=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 61 (24.22% from 255 or 11.87% from 514); Blue value is 249 (97.66% from 255 or 48.44% from 514); Max value from RGB is 249 - color contains mainly: blue. Hex color #CC3DF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC3DF9 is #33C206. Grayscale: #7C7C7C. Windows color (decimal): -3392007 or 16334284. OLE color: 16334284.
HSL color Cylindrical-coordinate representation of color #CC3DF9: hue angle of 285.64º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC3DF9 is Cyan = 0.18, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 204 | 61 | 249 | - |
| CMYK | 0.18 | 0.76 | 0 | 0.02 |
| HSL | 285.64º | 0.94% | 0.61% | - |
| HSV(B) | 285.64º | 0.76% | 0.98% | - |
| XYZ | 43.67 | 23.01 | 91.76 | - |
| YUV | 125.19 | 197.88 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 61 | 249 | 0.18 | 0.76 | 0 | 0.02 | 285.64 | 0.94 | 0.61 |
| Hex | CC | 3D | F9 | 12 | 4C | 0 | 2 | 11E | 5E | 3D |
| Octal | 314 | 75 | 371 | 22 | 114 | 0 | 2 | 436 | 136 | 75 |
| Binary | 11001100 | 111101 | 11111001 | 10010 | 1001100 | 0 | 10 | 100011110 | 1011110 | 111101 |
Color Harmonies of #CC3DF9
Complementary color
Monochromatic Colors of #CC3DF9
Black with #CC3DF9
Text Example
Text Example
White with #CC3DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC3DF9; }
p { color: rgb(204,61,249); }
H1.HeaderClassName
{
color: #CC3DF9;
}
.AnyTagClassName
{
color: #CC3DF9;
}
</style>
background-color css
<style>
a { background-color: #CC3DF9; }
a { background-color: rgb(204,61,249); }
div.DivClassName
{
background-color: #CC3DF9;
}
.BgClassName
{
background-color: #CC3DF9;
}
</style>
border-color css
<style>
span { border-color: #CC3DF9; }
span { border-color: rgb(204,61,249); }
td.TdClassName
{
border-color: #CC3DF9;
}
.TagClassName
{
border-color: #CC3DF9;
}
</style>