Shades of Orchid #CF6ED0
Tints of Orchid #CF6ED0
RGB
CMYK
RGB Variations
Color information
#CF6ED0 (or 0xCF6ED0) is known color: Orchid. HEX triplet: CF, 6E and D0. RGB value is (207,110,208). Sum of RGB (Red+Green+Blue) = 207+110+208=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 208 (81.64% from 255 or 39.62% from 525); Max value from RGB is 208 - color contains mainly: blue. Hex color #CF6ED0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ED0 is #30912F. Grayscale: #959595. Windows color (decimal): -3182896 or 13659855. OLE color: 13659855.
HSL color Cylindrical-coordinate representation of color #CF6ED0: hue angle of 299.39º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF6ED0 is Cyan = 0.00, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 110 | 208 | - |
| CMYK | 0.00 | 0.47 | 0 | 0.18 |
| HSL | 299.39º | 0.51% | 0.62% | - |
| HSV(B) | 299.39º | 0.47% | 0.82% | - |
| XYZ | 42.69 | 28.97 | 63.02 | - |
| YUV | 150.18 | 160.64 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 110 | 208 | 0.00 | 0.47 | 0 | 0.18 | 299.39 | 0.51 | 0.62 |
| Hex | CF | 6E | D0 | 0 | 2F | 0 | 12 | 12B | 33 | 3E |
| Octal | 317 | 156 | 320 | 0 | 57 | 0 | 22 | 453 | 63 | 76 |
| Binary | 11001111 | 1101110 | 11010000 | 0 | 101111 | 0 | 10010 | 100101011 | 110011 | 111110 |
Color Harmonies of #CF6ED0
Complementary color
Monochromatic Colors of #CF6ED0
Black with #CF6ED0
Text Example
Text Example
White with #CF6ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6ED0; }
p { color: rgb(207,110,208); }
H1.HeaderClassName
{
color: #CF6ED0;
}
.AnyTagClassName
{
color: #CF6ED0;
}
</style>
background-color css
<style>
a { background-color: #CF6ED0; }
a { background-color: rgb(207,110,208); }
div.DivClassName
{
background-color: #CF6ED0;
}
.BgClassName
{
background-color: #CF6ED0;
}
</style>
border-color css
<style>
span { border-color: #CF6ED0; }
span { border-color: rgb(207,110,208); }
td.TdClassName
{
border-color: #CF6ED0;
}
.TagClassName
{
border-color: #CF6ED0;
}
</style>