Shades of Orchid #CE68C3
Tints of Orchid #CE68C3
RGB
CMYK
RGB Variations
Color information
#CE68C3 (or 0xCE68C3) is known color: Orchid. HEX triplet: CE, 68 and C3. RGB value is (206,104,195). Sum of RGB (Red+Green+Blue) = 206+104+195=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 104 (41.02% from 255 or 20.59% from 505); Blue value is 195 (76.56% from 255 or 38.61% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68C3 is #31973C. Grayscale: #909090. Windows color (decimal): -3249981 or 12806350. OLE color: 12806350.
HSL color Cylindrical-coordinate representation of color #CE68C3: hue angle of 306.47º 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 #CE68C3 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 195 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.19 |
| HSL | 306.47º | 0.51% | 0.61% | - |
| HSV(B) | 306.47º | 0.5% | 0.81% | - |
| XYZ | 40.25 | 26.96 | 54.71 | - |
| YUV | 144.87 | 156.29 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 195 | 0 | 0.50 | 0.05 | 0.19 | 306.47 | 0.51 | 0.61 |
| Hex | CE | 68 | C3 | 0 | 32 | 5 | 13 | 132 | 33 | 3D |
| Octal | 316 | 150 | 303 | 0 | 62 | 5 | 23 | 462 | 63 | 75 |
| Binary | 11001110 | 1101000 | 11000011 | 0 | 110010 | 101 | 10011 | 100110010 | 110011 | 111101 |
Color Harmonies of #CE68C3
Complementary color
Monochromatic Colors of #CE68C3
Black with #CE68C3
Text Example
Text Example
White with #CE68C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68C3; }
p { color: rgb(206,104,195); }
H1.HeaderClassName
{
color: #CE68C3;
}
.AnyTagClassName
{
color: #CE68C3;
}
</style>
background-color css
<style>
a { background-color: #CE68C3; }
a { background-color: rgb(206,104,195); }
div.DivClassName
{
background-color: #CE68C3;
}
.BgClassName
{
background-color: #CE68C3;
}
</style>
border-color css
<style>
span { border-color: #CE68C3; }
span { border-color: rgb(206,104,195); }
td.TdClassName
{
border-color: #CE68C3;
}
.TagClassName
{
border-color: #CE68C3;
}
</style>