Shades of Orchid #CE60CF
Tints of Orchid #CE60CF
RGB
CMYK
RGB Variations
Color information
#CE60CF (or 0xCE60CF) is known color: Orchid. HEX triplet: CE, 60 and CF. RGB value is (206,96,207). Sum of RGB (Red+Green+Blue) = 206+96+207=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 96 (37.89% from 255 or 18.86% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE60CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60CF is #319F30. Grayscale: #8D8D8D. Windows color (decimal): -3252017 or 13590734. OLE color: 13590734.
HSL color Cylindrical-coordinate representation of color #CE60CF: hue angle of 299.46º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE60CF is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 207 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.19 |
| HSL | 299.46º | 0.54% | 0.59% | - |
| HSV(B) | 299.46º | 0.54% | 0.81% | - |
| XYZ | 40.9 | 25.99 | 61.89 | - |
| YUV | 141.54 | 164.94 | 173.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 207 | 0.00 | 0.54 | 0 | 0.19 | 299.46 | 0.54 | 0.59 |
| Hex | CE | 60 | CF | 0 | 36 | 0 | 13 | 12B | 36 | 3B |
| Octal | 316 | 140 | 317 | 0 | 66 | 0 | 23 | 453 | 66 | 73 |
| Binary | 11001110 | 1100000 | 11001111 | 0 | 110110 | 0 | 10011 | 100101011 | 110110 | 111011 |
Color Harmonies of #CE60CF
Complementary color
Monochromatic Colors of #CE60CF
Black with #CE60CF
Text Example
Text Example
White with #CE60CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60CF; }
p { color: rgb(206,96,207); }
H1.HeaderClassName
{
color: #CE60CF;
}
.AnyTagClassName
{
color: #CE60CF;
}
</style>
background-color css
<style>
a { background-color: #CE60CF; }
a { background-color: rgb(206,96,207); }
div.DivClassName
{
background-color: #CE60CF;
}
.BgClassName
{
background-color: #CE60CF;
}
</style>
border-color css
<style>
span { border-color: #CE60CF; }
span { border-color: rgb(206,96,207); }
td.TdClassName
{
border-color: #CE60CF;
}
.TagClassName
{
border-color: #CE60CF;
}
</style>