Shades of Medium Orchid #CF4ADA
Tints of Medium Orchid #CF4ADA
RGB
CMYK
RGB Variations
Color information
#CF4ADA (or 0xCF4ADA) is known color: Medium Orchid. HEX triplet: CF, 4A and DA. RGB value is (207,74,218). Sum of RGB (Red+Green+Blue) = 207+74+218=499 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.48% from 499); Green value is 74 (29.30% from 255 or 14.83% from 499); Blue value is 218 (85.55% from 255 or 43.69% from 499); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF4ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF4ADA is #30B525. Grayscale: #818181. Windows color (decimal): -3192102 or 14305999. OLE color: 14305999.
HSL color Cylindrical-coordinate representation of color #CF4ADA: hue angle of 295.42º 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 #CF4ADA is Cyan = 0.05, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 74 | 218 | - |
| CMYK | 0.05 | 0.66 | 0 | 0.15 |
| HSL | 295.42º | 0.66% | 0.57% | - |
| HSV(B) | 295.42º | 0.66% | 0.85% | - |
| XYZ | 40.84 | 23.22 | 68.66 | - |
| YUV | 130.18 | 177.56 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 74 | 218 | 0.05 | 0.66 | 0 | 0.15 | 295.42 | 0.66 | 0.57 |
| Hex | CF | 4A | DA | 5 | 42 | 0 | F | 127 | 42 | 39 |
| Octal | 317 | 112 | 332 | 5 | 102 | 0 | 17 | 447 | 102 | 71 |
| Binary | 11001111 | 1001010 | 11011010 | 101 | 1000010 | 0 | 1111 | 100100111 | 1000010 | 111001 |
Color Harmonies of #CF4ADA
Complementary color
Monochromatic Colors of #CF4ADA
Black with #CF4ADA
Text Example
Text Example
White with #CF4ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4ADA; }
p { color: rgb(207,74,218); }
H1.HeaderClassName
{
color: #CF4ADA;
}
.AnyTagClassName
{
color: #CF4ADA;
}
</style>
background-color css
<style>
a { background-color: #CF4ADA; }
a { background-color: rgb(207,74,218); }
div.DivClassName
{
background-color: #CF4ADA;
}
.BgClassName
{
background-color: #CF4ADA;
}
</style>
border-color css
<style>
span { border-color: #CF4ADA; }
span { border-color: rgb(207,74,218); }
td.TdClassName
{
border-color: #CF4ADA;
}
.TagClassName
{
border-color: #CF4ADA;
}
</style>