Shades of Medium Orchid #CF4BDA
Tints of Medium Orchid #CF4BDA
RGB
CMYK
RGB Variations
Color information
#CF4BDA (or 0xCF4BDA) is known color: Medium Orchid. HEX triplet: CF, 4B and DA. RGB value is (207,75,218). Sum of RGB (Red+Green+Blue) = 207+75+218=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 75 (29.69% from 255 or 15% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF4BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4BDA is #30B425. Grayscale: #828282. Windows color (decimal): -3191846 or 14306255. OLE color: 14306255.
HSL color Cylindrical-coordinate representation of color #CF4BDA: hue angle of 295.38º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF4BDA is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 75 | 218 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.15 |
| HSL | 295.38º | 0.66% | 0.57% | - |
| HSV(B) | 295.38º | 0.66% | 0.85% | - |
| XYZ | 40.9 | 23.36 | 68.68 | - |
| YUV | 130.77 | 177.23 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 75 | 218 | 0.05 | 0.66 | 0 | 0.15 | 295.38 | 0.66 | 0.57 |
| Hex | CF | 4B | DA | 5 | 42 | 0 | F | 127 | 42 | 39 |
| Octal | 317 | 113 | 332 | 5 | 102 | 0 | 17 | 447 | 102 | 71 |
| Binary | 11001111 | 1001011 | 11011010 | 101 | 1000010 | 0 | 1111 | 100100111 | 1000010 | 111001 |
Color Harmonies of #CF4BDA
Complementary color
Monochromatic Colors of #CF4BDA
Black with #CF4BDA
Text Example
Text Example
White with #CF4BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4BDA; }
p { color: rgb(207,75,218); }
H1.HeaderClassName
{
color: #CF4BDA;
}
.AnyTagClassName
{
color: #CF4BDA;
}
</style>
background-color css
<style>
a { background-color: #CF4BDA; }
a { background-color: rgb(207,75,218); }
div.DivClassName
{
background-color: #CF4BDA;
}
.BgClassName
{
background-color: #CF4BDA;
}
</style>
border-color css
<style>
span { border-color: #CF4BDA; }
span { border-color: rgb(207,75,218); }
td.TdClassName
{
border-color: #CF4BDA;
}
.TagClassName
{
border-color: #CF4BDA;
}
</style>