Shades of Orchid #CF6EE0
Tints of Orchid #CF6EE0
RGB
CMYK
RGB Variations
Color information
#CF6EE0 (or 0xCF6EE0) is known color: Orchid. HEX triplet: CF, 6E and E0. RGB value is (207,110,224). Sum of RGB (Red+Green+Blue) = 207+110+224=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 110 (43.36% from 255 or 20.33% from 541); Blue value is 224 (87.89% from 255 or 41.40% from 541); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF6EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6EE0 is #30911F. Grayscale: #979797. Windows color (decimal): -3182880 or 14708431. OLE color: 14708431.
HSL color Cylindrical-coordinate representation of color #CF6EE0: hue angle of 291.05º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6EE0 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 110 | 224 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.12 |
| HSL | 291.05º | 0.65% | 0.65% | - |
| HSV(B) | 291.05º | 0.51% | 0.88% | - |
| XYZ | 44.76 | 29.8 | 73.91 | - |
| YUV | 152 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 224 | 0.08 | 0.51 | 0 | 0.12 | 291.05 | 0.65 | 0.65 |
| Hex | CF | 6E | E0 | 8 | 33 | 0 | C | 123 | 41 | 41 |
| Octal | 317 | 156 | 340 | 10 | 63 | 0 | 14 | 443 | 101 | 101 |
| Binary | 11001111 | 1101110 | 11100000 | 1000 | 110011 | 0 | 1100 | 100100011 | 1000001 | 1000001 |
Color Harmonies of #CF6EE0
Complementary color
Monochromatic Colors of #CF6EE0
Black with #CF6EE0
Text Example
Text Example
White with #CF6EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6EE0; }
p { color: rgb(207,110,224); }
H1.HeaderClassName
{
color: #CF6EE0;
}
.AnyTagClassName
{
color: #CF6EE0;
}
</style>
background-color css
<style>
a { background-color: #CF6EE0; }
a { background-color: rgb(207,110,224); }
div.DivClassName
{
background-color: #CF6EE0;
}
.BgClassName
{
background-color: #CF6EE0;
}
</style>
border-color css
<style>
span { border-color: #CF6EE0; }
span { border-color: rgb(207,110,224); }
td.TdClassName
{
border-color: #CF6EE0;
}
.TagClassName
{
border-color: #CF6EE0;
}
</style>