Shades of Orchid #CE60D1
Tints of Orchid #CE60D1
RGB
CMYK
RGB Variations
Color information
#CE60D1 (or 0xCE60D1) is known color: Orchid. HEX triplet: CE, 60 and D1. RGB value is (206,96,209). Sum of RGB (Red+Green+Blue) = 206+96+209=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 209 (82.03% from 255 or 40.90% from 511); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE60D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60D1 is #319F2E. Grayscale: #8D8D8D. Windows color (decimal): -3252015 or 13721806. OLE color: 13721806.
HSL color Cylindrical-coordinate representation of color #CE60D1: hue angle of 298.41º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE60D1 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 96 | 209 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.18 |
| HSL | 298.41º | 0.55% | 0.6% | - |
| HSV(B) | 298.41º | 0.54% | 0.82% | - |
| XYZ | 41.15 | 26.09 | 63.19 | - |
| YUV | 141.77 | 165.94 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 209 | 0.01 | 0.54 | 0 | 0.18 | 298.41 | 0.55 | 0.6 |
| Hex | CE | 60 | D1 | 1 | 36 | 0 | 12 | 12A | 37 | 3C |
| Octal | 316 | 140 | 321 | 1 | 66 | 0 | 22 | 452 | 67 | 74 |
| Binary | 11001110 | 1100000 | 11010001 | 1 | 110110 | 0 | 10010 | 100101010 | 110111 | 111100 |
Color Harmonies of #CE60D1
Complementary color
Monochromatic Colors of #CE60D1
Black with #CE60D1
Text Example
Text Example
White with #CE60D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60D1; }
p { color: rgb(206,96,209); }
H1.HeaderClassName
{
color: #CE60D1;
}
.AnyTagClassName
{
color: #CE60D1;
}
</style>
background-color css
<style>
a { background-color: #CE60D1; }
a { background-color: rgb(206,96,209); }
div.DivClassName
{
background-color: #CE60D1;
}
.BgClassName
{
background-color: #CE60D1;
}
</style>
border-color css
<style>
span { border-color: #CE60D1; }
span { border-color: rgb(206,96,209); }
td.TdClassName
{
border-color: #CE60D1;
}
.TagClassName
{
border-color: #CE60D1;
}
</style>