Shades of Orchid #CF6CE6
Tints of Orchid #CF6CE6
RGB
CMYK
RGB Variations
Color information
#CF6CE6 (or 0xCF6CE6) is known color: Orchid. HEX triplet: CF, 6C and E6. RGB value is (207,108,230). Sum of RGB (Red+Green+Blue) = 207+108+230=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 230 (90.23% from 255 or 42.20% from 545); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF6CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6CE6 is #309319. Grayscale: #979797. Windows color (decimal): -3183386 or 15101135. OLE color: 15101135.
HSL color Cylindrical-coordinate representation of color #CF6CE6: hue angle of 288.69º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6CE6 is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 108 | 230 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.10 |
| HSL | 288.69º | 0.71% | 0.66% | - |
| HSV(B) | 288.69º | 0.53% | 0.9% | - |
| XYZ | 45.38 | 29.7 | 78.2 | - |
| YUV | 151.51 | 172.3 | 167.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 230 | 0.10 | 0.53 | 0 | 0.10 | 288.69 | 0.71 | 0.66 |
| Hex | CF | 6C | E6 | A | 35 | 0 | A | 121 | 47 | 42 |
| Octal | 317 | 154 | 346 | 12 | 65 | 0 | 12 | 441 | 107 | 102 |
| Binary | 11001111 | 1101100 | 11100110 | 1010 | 110101 | 0 | 1010 | 100100001 | 1000111 | 1000010 |
Color Harmonies of #CF6CE6
Complementary color
Monochromatic Colors of #CF6CE6
Black with #CF6CE6
Text Example
Text Example
White with #CF6CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6CE6; }
p { color: rgb(207,108,230); }
H1.HeaderClassName
{
color: #CF6CE6;
}
.AnyTagClassName
{
color: #CF6CE6;
}
</style>
background-color css
<style>
a { background-color: #CF6CE6; }
a { background-color: rgb(207,108,230); }
div.DivClassName
{
background-color: #CF6CE6;
}
.BgClassName
{
background-color: #CF6CE6;
}
</style>
border-color css
<style>
span { border-color: #CF6CE6; }
span { border-color: rgb(207,108,230); }
td.TdClassName
{
border-color: #CF6CE6;
}
.TagClassName
{
border-color: #CF6CE6;
}
</style>