Shades of Medium Orchid #CF34DC
Tints of Medium Orchid #CF34DC
RGB
CMYK
RGB Variations
Color information
#CF34DC (or 0xCF34DC) is known color: Medium Orchid. HEX triplet: CF, 34 and DC. RGB value is (207,52,220). Sum of RGB (Red+Green+Blue) = 207+52+220=479 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.22% from 479); Green value is 52 (20.70% from 255 or 10.86% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF34DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34DC is #30CB23. Grayscale: #747474. Windows color (decimal): -3197732 or 14431439. OLE color: 14431439.
HSL color Cylindrical-coordinate representation of color #CF34DC: hue angle of 295.36º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF34DC is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 52 | 220 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.14 |
| HSL | 295.36º | 0.71% | 0.53% | - |
| HSV(B) | 295.36º | 0.76% | 0.86% | - |
| XYZ | 39.88 | 20.89 | 69.64 | - |
| YUV | 117.5 | 185.85 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 220 | 0.06 | 0.76 | 0 | 0.14 | 295.36 | 0.71 | 0.53 |
| Hex | CF | 34 | DC | 6 | 4C | 0 | E | 127 | 47 | 35 |
| Octal | 317 | 64 | 334 | 6 | 114 | 0 | 16 | 447 | 107 | 65 |
| Binary | 11001111 | 110100 | 11011100 | 110 | 1001100 | 0 | 1110 | 100100111 | 1000111 | 110101 |
Color Harmonies of #CF34DC
Complementary color
Monochromatic Colors of #CF34DC
Black with #CF34DC
Text Example
Text Example
White with #CF34DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34DC; }
p { color: rgb(207,52,220); }
H1.HeaderClassName
{
color: #CF34DC;
}
.AnyTagClassName
{
color: #CF34DC;
}
</style>
background-color css
<style>
a { background-color: #CF34DC; }
a { background-color: rgb(207,52,220); }
div.DivClassName
{
background-color: #CF34DC;
}
.BgClassName
{
background-color: #CF34DC;
}
</style>
border-color css
<style>
span { border-color: #CF34DC; }
span { border-color: rgb(207,52,220); }
td.TdClassName
{
border-color: #CF34DC;
}
.TagClassName
{
border-color: #CF34DC;
}
</style>