Shades of Orchid #CE66D5
Tints of Orchid #CE66D5
RGB
CMYK
RGB Variations
Color information
#CE66D5 (or 0xCE66D5) is known color: Orchid. HEX triplet: CE, 66 and D5. RGB value is (206,102,213). Sum of RGB (Red+Green+Blue) = 206+102+213=521 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.54% from 521); Green value is 102 (40.23% from 255 or 19.58% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE66D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66D5 is #31992A. Grayscale: #919191. Windows color (decimal): -3250475 or 13985486. OLE color: 13985486.
HSL color Cylindrical-coordinate representation of color #CE66D5: hue angle of 296.22º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE66D5 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 102 | 213 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.16 |
| HSL | 296.22º | 0.57% | 0.62% | - |
| HSV(B) | 296.22º | 0.52% | 0.84% | - |
| XYZ | 42.22 | 27.43 | 66.02 | - |
| YUV | 145.75 | 165.96 | 170.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 213 | 0.03 | 0.52 | 0 | 0.16 | 296.22 | 0.57 | 0.62 |
| Hex | CE | 66 | D5 | 3 | 34 | 0 | 10 | 128 | 39 | 3E |
| Octal | 316 | 146 | 325 | 3 | 64 | 0 | 20 | 450 | 71 | 76 |
| Binary | 11001110 | 1100110 | 11010101 | 11 | 110100 | 0 | 10000 | 100101000 | 111001 | 111110 |
Color Harmonies of #CE66D5
Complementary color
Monochromatic Colors of #CE66D5
Black with #CE66D5
Text Example
Text Example
White with #CE66D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66D5; }
p { color: rgb(206,102,213); }
H1.HeaderClassName
{
color: #CE66D5;
}
.AnyTagClassName
{
color: #CE66D5;
}
</style>
background-color css
<style>
a { background-color: #CE66D5; }
a { background-color: rgb(206,102,213); }
div.DivClassName
{
background-color: #CE66D5;
}
.BgClassName
{
background-color: #CE66D5;
}
</style>
border-color css
<style>
span { border-color: #CE66D5; }
span { border-color: rgb(206,102,213); }
td.TdClassName
{
border-color: #CE66D5;
}
.TagClassName
{
border-color: #CE66D5;
}
</style>