Shades of Orchid #CE65E3
Tints of Orchid #CE65E3
RGB
CMYK
RGB Variations
Color information
#CE65E3 (or 0xCE65E3) is known color: Orchid. HEX triplet: CE, 65 and E3. RGB value is (206,101,227). Sum of RGB (Red+Green+Blue) = 206+101+227=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 101 (39.84% from 255 or 18.91% from 534); Blue value is 227 (89.06% from 255 or 42.51% from 534); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE65E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65E3 is #319A1C. Grayscale: #929292. Windows color (decimal): -3250717 or 14902734. OLE color: 14902734.
HSL color Cylindrical-coordinate representation of color #CE65E3: hue angle of 290º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE65E3 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 101 | 227 | - |
| CMYK | 0.09 | 0.56 | 0 | 0.11 |
| HSL | 290º | 0.69% | 0.64% | - |
| HSV(B) | 290º | 0.56% | 0.89% | - |
| XYZ | 43.97 | 27.98 | 75.76 | - |
| YUV | 146.76 | 173.29 | 170.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 227 | 0.09 | 0.56 | 0 | 0.11 | 290 | 0.69 | 0.64 |
| Hex | CE | 65 | E3 | 9 | 38 | 0 | B | 122 | 45 | 40 |
| Octal | 316 | 145 | 343 | 11 | 70 | 0 | 13 | 442 | 105 | 100 |
| Binary | 11001110 | 1100101 | 11100011 | 1001 | 111000 | 0 | 1011 | 100100010 | 1000101 | 1000000 |
Color Harmonies of #CE65E3
Complementary color
Monochromatic Colors of #CE65E3
Black with #CE65E3
Text Example
Text Example
White with #CE65E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65E3; }
p { color: rgb(206,101,227); }
H1.HeaderClassName
{
color: #CE65E3;
}
.AnyTagClassName
{
color: #CE65E3;
}
</style>
background-color css
<style>
a { background-color: #CE65E3; }
a { background-color: rgb(206,101,227); }
div.DivClassName
{
background-color: #CE65E3;
}
.BgClassName
{
background-color: #CE65E3;
}
</style>
border-color css
<style>
span { border-color: #CE65E3; }
span { border-color: rgb(206,101,227); }
td.TdClassName
{
border-color: #CE65E3;
}
.TagClassName
{
border-color: #CE65E3;
}
</style>