Shades of Medium Orchid #CC34F1
Tints of Medium Orchid #CC34F1
RGB
CMYK
RGB Variations
Color information
#CC34F1 (or 0xCC34F1) is known color: Medium Orchid. HEX triplet: CC, 34 and F1. RGB value is (204,52,241). Sum of RGB (Red+Green+Blue) = 204+52+241=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 52 (20.70% from 255 or 10.46% from 497); Blue value is 241 (94.53% from 255 or 48.49% from 497); Max value from RGB is 241 - color contains mainly: blue. Hex color #CC34F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CC34F1 is #33CB0E. Grayscale: #767676. Windows color (decimal): -3394319 or 15807692. OLE color: 15807692.
HSL color Cylindrical-coordinate representation of color #CC34F1: hue angle of 288.25º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC34F1 is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 204 | 52 | 241 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.05 |
| HSL | 288.25º | 0.87% | 0.57% | - |
| HSV(B) | 288.25º | 0.78% | 0.95% | - |
| XYZ | 42.01 | 21.64 | 85.18 | - |
| YUV | 118.99 | 196.86 | 188.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 52 | 241 | 0.15 | 0.78 | 0 | 0.05 | 288.25 | 0.87 | 0.57 |
| Hex | CC | 34 | F1 | F | 4E | 0 | 5 | 120 | 57 | 39 |
| Octal | 314 | 64 | 361 | 17 | 116 | 0 | 5 | 440 | 127 | 71 |
| Binary | 11001100 | 110100 | 11110001 | 1111 | 1001110 | 0 | 101 | 100100000 | 1010111 | 111001 |
Color Harmonies of #CC34F1
Complementary color
Monochromatic Colors of #CC34F1
Black with #CC34F1
Text Example
Text Example
White with #CC34F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC34F1; }
p { color: rgb(204,52,241); }
H1.HeaderClassName
{
color: #CC34F1;
}
.AnyTagClassName
{
color: #CC34F1;
}
</style>
background-color css
<style>
a { background-color: #CC34F1; }
a { background-color: rgb(204,52,241); }
div.DivClassName
{
background-color: #CC34F1;
}
.BgClassName
{
background-color: #CC34F1;
}
</style>
border-color css
<style>
span { border-color: #CC34F1; }
span { border-color: rgb(204,52,241); }
td.TdClassName
{
border-color: #CC34F1;
}
.TagClassName
{
border-color: #CC34F1;
}
</style>