Shades of Orchid #CE68D5
Tints of Orchid #CE68D5
RGB
CMYK
RGB Variations
Color information
#CE68D5 (or 0xCE68D5) is known color: Orchid. HEX triplet: CE, 68 and D5. RGB value is (206,104,213). Sum of RGB (Red+Green+Blue) = 206+104+213=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 104 (41.02% from 255 or 19.89% from 523); Blue value is 213 (83.59% from 255 or 40.73% from 523); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE68D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68D5 is #31972A. Grayscale: #929292. Windows color (decimal): -3249963 or 13985998. OLE color: 13985998.
HSL color Cylindrical-coordinate representation of color #CE68D5: hue angle of 296.15º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE68D5 is Cyan = 0.03, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 104 | 213 | - |
| CMYK | 0.03 | 0.51 | 0 | 0.16 |
| HSL | 296.15º | 0.56% | 0.62% | - |
| HSV(B) | 296.15º | 0.51% | 0.84% | - |
| XYZ | 42.41 | 27.83 | 66.09 | - |
| YUV | 146.92 | 165.29 | 170.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 213 | 0.03 | 0.51 | 0 | 0.16 | 296.15 | 0.56 | 0.62 |
| Hex | CE | 68 | D5 | 3 | 33 | 0 | 10 | 128 | 38 | 3E |
| Octal | 316 | 150 | 325 | 3 | 63 | 0 | 20 | 450 | 70 | 76 |
| Binary | 11001110 | 1101000 | 11010101 | 11 | 110011 | 0 | 10000 | 100101000 | 111000 | 111110 |
Color Harmonies of #CE68D5
Complementary color
Monochromatic Colors of #CE68D5
Black with #CE68D5
Text Example
Text Example
White with #CE68D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68D5; }
p { color: rgb(206,104,213); }
H1.HeaderClassName
{
color: #CE68D5;
}
.AnyTagClassName
{
color: #CE68D5;
}
</style>
background-color css
<style>
a { background-color: #CE68D5; }
a { background-color: rgb(206,104,213); }
div.DivClassName
{
background-color: #CE68D5;
}
.BgClassName
{
background-color: #CE68D5;
}
</style>
border-color css
<style>
span { border-color: #CE68D5; }
span { border-color: rgb(206,104,213); }
td.TdClassName
{
border-color: #CE68D5;
}
.TagClassName
{
border-color: #CE68D5;
}
</style>