Shades of Orchid #CE68C9
Tints of Orchid #CE68C9
RGB
CMYK
RGB Variations
Color information
#CE68C9 (or 0xCE68C9) is known color: Orchid. HEX triplet: CE, 68 and C9. RGB value is (206,104,201). Sum of RGB (Red+Green+Blue) = 206+104+201=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 104 (41.02% from 255 or 20.35% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68C9 is #319736. Grayscale: #919191. Windows color (decimal): -3249975 or 13199566. OLE color: 13199566.
HSL color Cylindrical-coordinate representation of color #CE68C9: hue angle of 302.94º 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 #CE68C9 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 201 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.19 |
| HSL | 302.94º | 0.51% | 0.61% | - |
| HSV(B) | 302.94º | 0.5% | 0.81% | - |
| XYZ | 40.95 | 27.24 | 58.36 | - |
| YUV | 145.56 | 159.29 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 201 | 0 | 0.50 | 0.02 | 0.19 | 302.94 | 0.51 | 0.61 |
| Hex | CE | 68 | C9 | 0 | 32 | 2 | 13 | 12F | 33 | 3D |
| Octal | 316 | 150 | 311 | 0 | 62 | 2 | 23 | 457 | 63 | 75 |
| Binary | 11001110 | 1101000 | 11001001 | 0 | 110010 | 10 | 10011 | 100101111 | 110011 | 111101 |
Color Harmonies of #CE68C9
Complementary color
Monochromatic Colors of #CE68C9
Black with #CE68C9
Text Example
Text Example
White with #CE68C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68C9; }
p { color: rgb(206,104,201); }
H1.HeaderClassName
{
color: #CE68C9;
}
.AnyTagClassName
{
color: #CE68C9;
}
</style>
background-color css
<style>
a { background-color: #CE68C9; }
a { background-color: rgb(206,104,201); }
div.DivClassName
{
background-color: #CE68C9;
}
.BgClassName
{
background-color: #CE68C9;
}
</style>
border-color css
<style>
span { border-color: #CE68C9; }
span { border-color: rgb(206,104,201); }
td.TdClassName
{
border-color: #CE68C9;
}
.TagClassName
{
border-color: #CE68C9;
}
</style>