Shades of Orchid #CE68CC
Tints of Orchid #CE68CC
RGB
CMYK
RGB Variations
Color information
#CE68CC (or 0xCE68CC) is known color: Orchid. HEX triplet: CE, 68 and CC. RGB value is (206,104,204). Sum of RGB (Red+Green+Blue) = 206+104+204=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 104 (41.02% from 255 or 20.23% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68CC is #319733. Grayscale: #919191. Windows color (decimal): -3249972 or 13396174. OLE color: 13396174.
HSL color Cylindrical-coordinate representation of color #CE68CC: hue angle of 301.18º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE68CC is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 204 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.19 |
| HSL | 301.18º | 0.51% | 0.61% | - |
| HSV(B) | 301.18º | 0.5% | 0.81% | - |
| XYZ | 41.3 | 27.38 | 60.24 | - |
| YUV | 145.9 | 160.79 | 170.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 204 | 0 | 0.50 | 0.01 | 0.19 | 301.18 | 0.51 | 0.61 |
| Hex | CE | 68 | CC | 0 | 32 | 1 | 13 | 12D | 33 | 3D |
| Octal | 316 | 150 | 314 | 0 | 62 | 1 | 23 | 455 | 63 | 75 |
| Binary | 11001110 | 1101000 | 11001100 | 0 | 110010 | 1 | 10011 | 100101101 | 110011 | 111101 |
Color Harmonies of #CE68CC
Complementary color
Monochromatic Colors of #CE68CC
Black with #CE68CC
Text Example
Text Example
White with #CE68CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68CC; }
p { color: rgb(206,104,204); }
H1.HeaderClassName
{
color: #CE68CC;
}
.AnyTagClassName
{
color: #CE68CC;
}
</style>
background-color css
<style>
a { background-color: #CE68CC; }
a { background-color: rgb(206,104,204); }
div.DivClassName
{
background-color: #CE68CC;
}
.BgClassName
{
background-color: #CE68CC;
}
</style>
border-color css
<style>
span { border-color: #CE68CC; }
span { border-color: rgb(206,104,204); }
td.TdClassName
{
border-color: #CE68CC;
}
.TagClassName
{
border-color: #CE68CC;
}
</style>