Shades of Orchid #CE68CF
Tints of Orchid #CE68CF
RGB
CMYK
RGB Variations
Color information
#CE68CF (or 0xCE68CF) is known color: Orchid. HEX triplet: CE, 68 and CF. RGB value is (206,104,207). Sum of RGB (Red+Green+Blue) = 206+104+207=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 207 (81.25% from 255 or 40.04% from 517); Max value from RGB is 207 - color contains mainly: blue. Hex color #CE68CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68CF is #319730. Grayscale: #919191. Windows color (decimal): -3249969 or 13592782. OLE color: 13592782.
HSL color Cylindrical-coordinate representation of color #CE68CF: hue angle of 299.42º degrees, saturation: 0.52, 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 #CE68CF is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 207 | - |
| CMYK | 0.00 | 0.50 | 0 | 0.19 |
| HSL | 299.42º | 0.52% | 0.61% | - |
| HSV(B) | 299.42º | 0.5% | 0.81% | - |
| XYZ | 41.67 | 27.53 | 62.15 | - |
| YUV | 146.24 | 162.29 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 207 | 0.00 | 0.50 | 0 | 0.19 | 299.42 | 0.52 | 0.61 |
| Hex | CE | 68 | CF | 0 | 32 | 0 | 13 | 12B | 34 | 3D |
| Octal | 316 | 150 | 317 | 0 | 62 | 0 | 23 | 453 | 64 | 75 |
| Binary | 11001110 | 1101000 | 11001111 | 0 | 110010 | 0 | 10011 | 100101011 | 110100 | 111101 |
Color Harmonies of #CE68CF
Complementary color
Monochromatic Colors of #CE68CF
Black with #CE68CF
Text Example
Text Example
White with #CE68CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68CF; }
p { color: rgb(206,104,207); }
H1.HeaderClassName
{
color: #CE68CF;
}
.AnyTagClassName
{
color: #CE68CF;
}
</style>
background-color css
<style>
a { background-color: #CE68CF; }
a { background-color: rgb(206,104,207); }
div.DivClassName
{
background-color: #CE68CF;
}
.BgClassName
{
background-color: #CE68CF;
}
</style>
border-color css
<style>
span { border-color: #CE68CF; }
span { border-color: rgb(206,104,207); }
td.TdClassName
{
border-color: #CE68CF;
}
.TagClassName
{
border-color: #CE68CF;
}
</style>