Shades of Orchid #CE66C9
Tints of Orchid #CE66C9
RGB
CMYK
RGB Variations
Color information
#CE66C9 (or 0xCE66C9) is known color: Orchid. HEX triplet: CE, 66 and C9. RGB value is (206,102,201). Sum of RGB (Red+Green+Blue) = 206+102+201=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 102 (40.23% from 255 or 20.04% from 509); Blue value is 201 (78.91% from 255 or 39.49% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66C9 is #319936. Grayscale: #909090. Windows color (decimal): -3250487 or 13199054. OLE color: 13199054.
HSL color Cylindrical-coordinate representation of color #CE66C9: hue angle of 302.88º 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 #CE66C9 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 201 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.19 |
| HSL | 302.88º | 0.51% | 0.6% | - |
| HSV(B) | 302.88º | 0.5% | 0.81% | - |
| XYZ | 40.75 | 26.84 | 58.29 | - |
| YUV | 144.38 | 159.96 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 201 | 0 | 0.50 | 0.02 | 0.19 | 302.88 | 0.51 | 0.6 |
| Hex | CE | 66 | C9 | 0 | 32 | 2 | 13 | 12F | 33 | 3C |
| Octal | 316 | 146 | 311 | 0 | 62 | 2 | 23 | 457 | 63 | 74 |
| Binary | 11001110 | 1100110 | 11001001 | 0 | 110010 | 10 | 10011 | 100101111 | 110011 | 111100 |
Color Harmonies of #CE66C9
Complementary color
Monochromatic Colors of #CE66C9
Black with #CE66C9
Text Example
Text Example
White with #CE66C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66C9; }
p { color: rgb(206,102,201); }
H1.HeaderClassName
{
color: #CE66C9;
}
.AnyTagClassName
{
color: #CE66C9;
}
</style>
background-color css
<style>
a { background-color: #CE66C9; }
a { background-color: rgb(206,102,201); }
div.DivClassName
{
background-color: #CE66C9;
}
.BgClassName
{
background-color: #CE66C9;
}
</style>
border-color css
<style>
span { border-color: #CE66C9; }
span { border-color: rgb(206,102,201); }
td.TdClassName
{
border-color: #CE66C9;
}
.TagClassName
{
border-color: #CE66C9;
}
</style>