Shades of Orchid #CE66D7
Tints of Orchid #CE66D7
RGB
CMYK
RGB Variations
Color information
#CE66D7 (or 0xCE66D7) is known color: Orchid. HEX triplet: CE, 66 and D7. RGB value is (206,102,215). Sum of RGB (Red+Green+Blue) = 206+102+215=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE66D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66D7 is #319928. Grayscale: #919191. Windows color (decimal): -3250473 or 14116558. OLE color: 14116558.
HSL color Cylindrical-coordinate representation of color #CE66D7: hue angle of 295.22º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CE66D7 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 102 | 215 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.16 |
| HSL | 295.22º | 0.59% | 0.62% | - |
| HSV(B) | 295.22º | 0.53% | 0.84% | - |
| XYZ | 42.47 | 27.53 | 67.37 | - |
| YUV | 145.98 | 166.96 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 215 | 0.04 | 0.53 | 0 | 0.16 | 295.22 | 0.59 | 0.62 |
| Hex | CE | 66 | D7 | 4 | 35 | 0 | 10 | 127 | 3B | 3E |
| Octal | 316 | 146 | 327 | 4 | 65 | 0 | 20 | 447 | 73 | 76 |
| Binary | 11001110 | 1100110 | 11010111 | 100 | 110101 | 0 | 10000 | 100100111 | 111011 | 111110 |
Color Harmonies of #CE66D7
Complementary color
Monochromatic Colors of #CE66D7
Black with #CE66D7
Text Example
Text Example
White with #CE66D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66D7; }
p { color: rgb(206,102,215); }
H1.HeaderClassName
{
color: #CE66D7;
}
.AnyTagClassName
{
color: #CE66D7;
}
</style>
background-color css
<style>
a { background-color: #CE66D7; }
a { background-color: rgb(206,102,215); }
div.DivClassName
{
background-color: #CE66D7;
}
.BgClassName
{
background-color: #CE66D7;
}
</style>
border-color css
<style>
span { border-color: #CE66D7; }
span { border-color: rgb(206,102,215); }
td.TdClassName
{
border-color: #CE66D7;
}
.TagClassName
{
border-color: #CE66D7;
}
</style>