Shades of Orchid #CE68C8
Tints of Orchid #CE68C8
RGB
CMYK
RGB Variations
Color information
#CE68C8 (or 0xCE68C8) is known color: Orchid. HEX triplet: CE, 68 and C8. RGB value is (206,104,200). Sum of RGB (Red+Green+Blue) = 206+104+200=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68C8 is #319737. Grayscale: #919191. Windows color (decimal): -3249976 or 13134030. OLE color: 13134030.
HSL color Cylindrical-coordinate representation of color #CE68C8: hue angle of 303.53º 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 #CE68C8 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 200 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.19 |
| HSL | 303.53º | 0.51% | 0.61% | - |
| HSV(B) | 303.53º | 0.5% | 0.81% | - |
| XYZ | 40.83 | 27.19 | 57.74 | - |
| YUV | 145.44 | 158.79 | 171.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 200 | 0 | 0.50 | 0.03 | 0.19 | 303.53 | 0.51 | 0.61 |
| Hex | CE | 68 | C8 | 0 | 32 | 3 | 13 | 130 | 33 | 3D |
| Octal | 316 | 150 | 310 | 0 | 62 | 3 | 23 | 460 | 63 | 75 |
| Binary | 11001110 | 1101000 | 11001000 | 0 | 110010 | 11 | 10011 | 100110000 | 110011 | 111101 |
Color Harmonies of #CE68C8
Complementary color
Monochromatic Colors of #CE68C8
Black with #CE68C8
Text Example
Text Example
White with #CE68C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68C8; }
p { color: rgb(206,104,200); }
H1.HeaderClassName
{
color: #CE68C8;
}
.AnyTagClassName
{
color: #CE68C8;
}
</style>
background-color css
<style>
a { background-color: #CE68C8; }
a { background-color: rgb(206,104,200); }
div.DivClassName
{
background-color: #CE68C8;
}
.BgClassName
{
background-color: #CE68C8;
}
</style>
border-color css
<style>
span { border-color: #CE68C8; }
span { border-color: rgb(206,104,200); }
td.TdClassName
{
border-color: #CE68C8;
}
.TagClassName
{
border-color: #CE68C8;
}
</style>