Shades of Orchid #CE60D4
Tints of Orchid #CE60D4
RGB
CMYK
RGB Variations
Color information
#CE60D4 (or 0xCE60D4) is known color: Orchid. HEX triplet: CE, 60 and D4. RGB value is (206,96,212). Sum of RGB (Red+Green+Blue) = 206+96+212=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 96 (37.89% from 255 or 18.68% from 514); Blue value is 212 (83.20% from 255 or 41.25% from 514); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE60D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE60D4 is #319F2B. Grayscale: #8D8D8D. Windows color (decimal): -3252012 or 13918414. OLE color: 13918414.
HSL color Cylindrical-coordinate representation of color #CE60D4: hue angle of 296.9º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE60D4 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 96 | 212 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.17 |
| HSL | 296.9º | 0.57% | 0.6% | - |
| HSV(B) | 296.9º | 0.55% | 0.83% | - |
| XYZ | 41.52 | 26.24 | 65.16 | - |
| YUV | 142.11 | 167.44 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 212 | 0.03 | 0.55 | 0 | 0.17 | 296.9 | 0.57 | 0.6 |
| Hex | CE | 60 | D4 | 3 | 37 | 0 | 11 | 129 | 39 | 3C |
| Octal | 316 | 140 | 324 | 3 | 67 | 0 | 21 | 451 | 71 | 74 |
| Binary | 11001110 | 1100000 | 11010100 | 11 | 110111 | 0 | 10001 | 100101001 | 111001 | 111100 |
Color Harmonies of #CE60D4
Complementary color
Monochromatic Colors of #CE60D4
Black with #CE60D4
Text Example
Text Example
White with #CE60D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60D4; }
p { color: rgb(206,96,212); }
H1.HeaderClassName
{
color: #CE60D4;
}
.AnyTagClassName
{
color: #CE60D4;
}
</style>
background-color css
<style>
a { background-color: #CE60D4; }
a { background-color: rgb(206,96,212); }
div.DivClassName
{
background-color: #CE60D4;
}
.BgClassName
{
background-color: #CE60D4;
}
</style>
border-color css
<style>
span { border-color: #CE60D4; }
span { border-color: rgb(206,96,212); }
td.TdClassName
{
border-color: #CE60D4;
}
.TagClassName
{
border-color: #CE60D4;
}
</style>