Shades of Medium Orchid #CF34DB
Tints of Medium Orchid #CF34DB
RGB
CMYK
RGB Variations
Color information
#CF34DB (or 0xCF34DB) is known color: Medium Orchid. HEX triplet: CF, 34 and DB. RGB value is (207,52,219). Sum of RGB (Red+Green+Blue) = 207+52+219=478 (63% of max value = 765). Red value is 207 (81.25% from 255 or 43.31% from 478); Green value is 52 (20.70% from 255 or 10.88% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF34DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF34DB is #30CB24. Grayscale: #747474. Windows color (decimal): -3197733 or 14365903. OLE color: 14365903.
HSL color Cylindrical-coordinate representation of color #CF34DB: hue angle of 295.69º degrees, saturation: 0.7, 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 #CF34DB is Cyan = 0.05, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 52 | 219 | - |
| CMYK | 0.05 | 0.76 | 0 | 0.14 |
| HSL | 295.69º | 0.7% | 0.53% | - |
| HSV(B) | 295.69º | 0.76% | 0.86% | - |
| XYZ | 39.75 | 20.84 | 68.94 | - |
| YUV | 117.38 | 185.35 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 219 | 0.05 | 0.76 | 0 | 0.14 | 295.69 | 0.7 | 0.53 |
| Hex | CF | 34 | DB | 5 | 4C | 0 | E | 128 | 46 | 35 |
| Octal | 317 | 64 | 333 | 5 | 114 | 0 | 16 | 450 | 106 | 65 |
| Binary | 11001111 | 110100 | 11011011 | 101 | 1001100 | 0 | 1110 | 100101000 | 1000110 | 110101 |
Color Harmonies of #CF34DB
Complementary color
Monochromatic Colors of #CF34DB
Black with #CF34DB
Text Example
Text Example
White with #CF34DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF34DB; }
p { color: rgb(207,52,219); }
H1.HeaderClassName
{
color: #CF34DB;
}
.AnyTagClassName
{
color: #CF34DB;
}
</style>
background-color css
<style>
a { background-color: #CF34DB; }
a { background-color: rgb(207,52,219); }
div.DivClassName
{
background-color: #CF34DB;
}
.BgClassName
{
background-color: #CF34DB;
}
</style>
border-color css
<style>
span { border-color: #CF34DB; }
span { border-color: rgb(207,52,219); }
td.TdClassName
{
border-color: #CF34DB;
}
.TagClassName
{
border-color: #CF34DB;
}
</style>