Shades of Orchid #CE66C5
Tints of Orchid #CE66C5
RGB
CMYK
RGB Variations
Color information
#CE66C5 (or 0xCE66C5) is known color: Orchid. HEX triplet: CE, 66 and C5. RGB value is (206,102,197). Sum of RGB (Red+Green+Blue) = 206+102+197=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 102 (40.23% from 255 or 20.20% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66C5 is #31993A. Grayscale: #8F8F8F. Windows color (decimal): -3250491 or 12936910. OLE color: 12936910.
HSL color Cylindrical-coordinate representation of color #CE66C5: hue angle of 305.19º 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 #CE66C5 is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 197 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.19 |
| HSL | 305.19º | 0.51% | 0.6% | - |
| HSV(B) | 305.19º | 0.5% | 0.81% | - |
| XYZ | 40.28 | 26.66 | 55.85 | - |
| YUV | 143.93 | 157.96 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 197 | 0 | 0.50 | 0.04 | 0.19 | 305.19 | 0.51 | 0.6 |
| Hex | CE | 66 | C5 | 0 | 32 | 4 | 13 | 131 | 33 | 3C |
| Octal | 316 | 146 | 305 | 0 | 62 | 4 | 23 | 461 | 63 | 74 |
| Binary | 11001110 | 1100110 | 11000101 | 0 | 110010 | 100 | 10011 | 100110001 | 110011 | 111100 |
Color Harmonies of #CE66C5
Complementary color
Monochromatic Colors of #CE66C5
Black with #CE66C5
Text Example
Text Example
White with #CE66C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66C5; }
p { color: rgb(206,102,197); }
H1.HeaderClassName
{
color: #CE66C5;
}
.AnyTagClassName
{
color: #CE66C5;
}
</style>
background-color css
<style>
a { background-color: #CE66C5; }
a { background-color: rgb(206,102,197); }
div.DivClassName
{
background-color: #CE66C5;
}
.BgClassName
{
background-color: #CE66C5;
}
</style>
border-color css
<style>
span { border-color: #CE66C5; }
span { border-color: rgb(206,102,197); }
td.TdClassName
{
border-color: #CE66C5;
}
.TagClassName
{
border-color: #CE66C5;
}
</style>