Shades of Orchid #CE68DA
Tints of Orchid #CE68DA
RGB
CMYK
RGB Variations
Color information
#CE68DA (or 0xCE68DA) is known color: Orchid. HEX triplet: CE, 68 and DA. RGB value is (206,104,218). Sum of RGB (Red+Green+Blue) = 206+104+218=528 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.02% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE68DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68DA is #319725. Grayscale: #939393. Windows color (decimal): -3249958 or 14313678. OLE color: 14313678.
HSL color Cylindrical-coordinate representation of color #CE68DA: hue angle of 293.68º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE68DA is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 104 | 218 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.15 |
| HSL | 293.68º | 0.61% | 0.63% | - |
| HSV(B) | 293.68º | 0.52% | 0.85% | - |
| XYZ | 43.06 | 28.08 | 69.48 | - |
| YUV | 147.49 | 167.79 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 218 | 0.06 | 0.52 | 0 | 0.15 | 293.68 | 0.61 | 0.63 |
| Hex | CE | 68 | DA | 6 | 34 | 0 | F | 126 | 3D | 3F |
| Octal | 316 | 150 | 332 | 6 | 64 | 0 | 17 | 446 | 75 | 77 |
| Binary | 11001110 | 1101000 | 11011010 | 110 | 110100 | 0 | 1111 | 100100110 | 111101 | 111111 |
Color Harmonies of #CE68DA
Complementary color
Monochromatic Colors of #CE68DA
Black with #CE68DA
Text Example
Text Example
White with #CE68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68DA; }
p { color: rgb(206,104,218); }
H1.HeaderClassName
{
color: #CE68DA;
}
.AnyTagClassName
{
color: #CE68DA;
}
</style>
background-color css
<style>
a { background-color: #CE68DA; }
a { background-color: rgb(206,104,218); }
div.DivClassName
{
background-color: #CE68DA;
}
.BgClassName
{
background-color: #CE68DA;
}
</style>
border-color css
<style>
span { border-color: #CE68DA; }
span { border-color: rgb(206,104,218); }
td.TdClassName
{
border-color: #CE68DA;
}
.TagClassName
{
border-color: #CE68DA;
}
</style>