Shades of Orchid #CE66CD
Tints of Orchid #CE66CD
RGB
CMYK
RGB Variations
Color information
#CE66CD (or 0xCE66CD) is known color: Orchid. HEX triplet: CE, 66 and CD. RGB value is (206,102,205). Sum of RGB (Red+Green+Blue) = 206+102+205=513 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.16% from 513); Green value is 102 (40.23% from 255 or 19.88% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66CD is #319932. Grayscale: #909090. Windows color (decimal): -3250483 or 13461198. OLE color: 13461198.
HSL color Cylindrical-coordinate representation of color #CE66CD: hue angle of 300.58º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE66CD is Cyan = 0, Magento = 0.50, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 205 | - |
| CMYK | 0 | 0.50 | 0.00 | 0.19 |
| HSL | 300.58º | 0.51% | 0.6% | - |
| HSV(B) | 300.58º | 0.5% | 0.81% | - |
| XYZ | 41.22 | 27.03 | 60.8 | - |
| YUV | 144.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 205 | 0 | 0.50 | 0.00 | 0.19 | 300.58 | 0.51 | 0.6 |
| Hex | CE | 66 | CD | 0 | 32 | 0 | 13 | 12D | 33 | 3C |
| Octal | 316 | 146 | 315 | 0 | 62 | 0 | 23 | 455 | 63 | 74 |
| Binary | 11001110 | 1100110 | 11001101 | 0 | 110010 | 0 | 10011 | 100101101 | 110011 | 111100 |
Color Harmonies of #CE66CD
Complementary color
Monochromatic Colors of #CE66CD
Black with #CE66CD
Text Example
Text Example
White with #CE66CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66CD; }
p { color: rgb(206,102,205); }
H1.HeaderClassName
{
color: #CE66CD;
}
.AnyTagClassName
{
color: #CE66CD;
}
</style>
background-color css
<style>
a { background-color: #CE66CD; }
a { background-color: rgb(206,102,205); }
div.DivClassName
{
background-color: #CE66CD;
}
.BgClassName
{
background-color: #CE66CD;
}
</style>
border-color css
<style>
span { border-color: #CE66CD; }
span { border-color: rgb(206,102,205); }
td.TdClassName
{
border-color: #CE66CD;
}
.TagClassName
{
border-color: #CE66CD;
}
</style>