Shades of Orchid #CF6EDD
Tints of Orchid #CF6EDD
RGB
CMYK
RGB Variations
Color information
#CF6EDD (or 0xCF6EDD) is known color: Orchid. HEX triplet: CF, 6E and DD. RGB value is (207,110,221). Sum of RGB (Red+Green+Blue) = 207+110+221=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 110 (43.36% from 255 or 20.45% from 538); Blue value is 221 (86.72% from 255 or 41.08% from 538); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF6EDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EDD is #309122. Grayscale: #979797. Windows color (decimal): -3182883 or 14511823. OLE color: 14511823.
HSL color Cylindrical-coordinate representation of color #CF6EDD: hue angle of 292.43º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6EDD is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 110 | 221 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.13 |
| HSL | 292.43º | 0.62% | 0.65% | - |
| HSV(B) | 292.43º | 0.5% | 0.87% | - |
| XYZ | 44.36 | 29.64 | 71.79 | - |
| YUV | 151.66 | 167.14 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 221 | 0.06 | 0.50 | 0 | 0.13 | 292.43 | 0.62 | 0.65 |
| Hex | CF | 6E | DD | 6 | 32 | 0 | D | 124 | 3E | 41 |
| Octal | 317 | 156 | 335 | 6 | 62 | 0 | 15 | 444 | 76 | 101 |
| Binary | 11001111 | 1101110 | 11011101 | 110 | 110010 | 0 | 1101 | 100100100 | 111110 | 1000001 |
Color Harmonies of #CF6EDD
Complementary color
Monochromatic Colors of #CF6EDD
Black with #CF6EDD
Text Example
Text Example
White with #CF6EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6EDD; }
p { color: rgb(207,110,221); }
H1.HeaderClassName
{
color: #CF6EDD;
}
.AnyTagClassName
{
color: #CF6EDD;
}
</style>
background-color css
<style>
a { background-color: #CF6EDD; }
a { background-color: rgb(207,110,221); }
div.DivClassName
{
background-color: #CF6EDD;
}
.BgClassName
{
background-color: #CF6EDD;
}
</style>
border-color css
<style>
span { border-color: #CF6EDD; }
span { border-color: rgb(207,110,221); }
td.TdClassName
{
border-color: #CF6EDD;
}
.TagClassName
{
border-color: #CF6EDD;
}
</style>