Shades of Orchid #CE65C9
Tints of Orchid #CE65C9
RGB
CMYK
RGB Variations
Color information
#CE65C9 (or 0xCE65C9) is known color: Orchid. HEX triplet: CE, 65 and C9. RGB value is (206,101,201). Sum of RGB (Red+Green+Blue) = 206+101+201=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 101 (39.84% from 255 or 19.88% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE65C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65C9 is #319A36. Grayscale: #8F8F8F. Windows color (decimal): -3250743 or 13198798. OLE color: 13198798.
HSL color Cylindrical-coordinate representation of color #CE65C9: hue angle of 302.86º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE65C9 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 201 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.19 |
| HSL | 302.86º | 0.52% | 0.6% | - |
| HSV(B) | 302.86º | 0.51% | 0.81% | - |
| XYZ | 40.65 | 26.65 | 58.26 | - |
| YUV | 143.8 | 160.29 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 201 | 0 | 0.51 | 0.02 | 0.19 | 302.86 | 0.52 | 0.6 |
| Hex | CE | 65 | C9 | 0 | 33 | 2 | 13 | 12F | 34 | 3C |
| Octal | 316 | 145 | 311 | 0 | 63 | 2 | 23 | 457 | 64 | 74 |
| Binary | 11001110 | 1100101 | 11001001 | 0 | 110011 | 10 | 10011 | 100101111 | 110100 | 111100 |
Color Harmonies of #CE65C9
Complementary color
Monochromatic Colors of #CE65C9
Black with #CE65C9
Text Example
Text Example
White with #CE65C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65C9; }
p { color: rgb(206,101,201); }
H1.HeaderClassName
{
color: #CE65C9;
}
.AnyTagClassName
{
color: #CE65C9;
}
</style>
background-color css
<style>
a { background-color: #CE65C9; }
a { background-color: rgb(206,101,201); }
div.DivClassName
{
background-color: #CE65C9;
}
.BgClassName
{
background-color: #CE65C9;
}
</style>
border-color css
<style>
span { border-color: #CE65C9; }
span { border-color: rgb(206,101,201); }
td.TdClassName
{
border-color: #CE65C9;
}
.TagClassName
{
border-color: #CE65C9;
}
</style>