Shades of Orchid #CF6EDA
Tints of Orchid #CF6EDA
RGB
CMYK
RGB Variations
Color information
#CF6EDA (or 0xCF6EDA) is known color: Orchid. HEX triplet: CF, 6E and DA. RGB value is (207,110,218). Sum of RGB (Red+Green+Blue) = 207+110+218=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 110 (43.36% from 255 or 20.56% from 535); Blue value is 218 (85.55% from 255 or 40.75% from 535); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF6EDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EDA is #309125. Grayscale: #969696. Windows color (decimal): -3182886 or 14315215. OLE color: 14315215.
HSL color Cylindrical-coordinate representation of color #CF6EDA: hue angle of 293.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6EDA is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 110 | 218 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.15 |
| HSL | 293.89º | 0.59% | 0.64% | - |
| HSV(B) | 293.89º | 0.5% | 0.85% | - |
| XYZ | 43.96 | 29.48 | 69.7 | - |
| YUV | 151.32 | 165.64 | 167.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 218 | 0.05 | 0.50 | 0 | 0.15 | 293.89 | 0.59 | 0.64 |
| Hex | CF | 6E | DA | 5 | 32 | 0 | F | 126 | 3B | 40 |
| Octal | 317 | 156 | 332 | 5 | 62 | 0 | 17 | 446 | 73 | 100 |
| Binary | 11001111 | 1101110 | 11011010 | 101 | 110010 | 0 | 1111 | 100100110 | 111011 | 1000000 |
Color Harmonies of #CF6EDA
Complementary color
Monochromatic Colors of #CF6EDA
Black with #CF6EDA
Text Example
Text Example
White with #CF6EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6EDA; }
p { color: rgb(207,110,218); }
H1.HeaderClassName
{
color: #CF6EDA;
}
.AnyTagClassName
{
color: #CF6EDA;
}
</style>
background-color css
<style>
a { background-color: #CF6EDA; }
a { background-color: rgb(207,110,218); }
div.DivClassName
{
background-color: #CF6EDA;
}
.BgClassName
{
background-color: #CF6EDA;
}
</style>
border-color css
<style>
span { border-color: #CF6EDA; }
span { border-color: rgb(207,110,218); }
td.TdClassName
{
border-color: #CF6EDA;
}
.TagClassName
{
border-color: #CF6EDA;
}
</style>