Shades of Orchid #CE68C7
Tints of Orchid #CE68C7
RGB
CMYK
RGB Variations
Color information
#CE68C7 (or 0xCE68C7) is known color: Orchid. HEX triplet: CE, 68 and C7. RGB value is (206,104,199). Sum of RGB (Red+Green+Blue) = 206+104+199=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 104 (41.02% from 255 or 20.43% from 509); Blue value is 199 (78.12% from 255 or 39.10% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE68C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE68C7 is #319738. Grayscale: #919191. Windows color (decimal): -3249977 or 13068494. OLE color: 13068494.
HSL color Cylindrical-coordinate representation of color #CE68C7: hue angle of 304.12º 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 #CE68C7 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 104 | 199 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.19 |
| HSL | 304.12º | 0.51% | 0.61% | - |
| HSV(B) | 304.12º | 0.5% | 0.81% | - |
| XYZ | 40.71 | 27.15 | 57.13 | - |
| YUV | 145.33 | 158.29 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 104 | 199 | 0 | 0.50 | 0.03 | 0.19 | 304.12 | 0.51 | 0.61 |
| Hex | CE | 68 | C7 | 0 | 32 | 3 | 13 | 130 | 33 | 3D |
| Octal | 316 | 150 | 307 | 0 | 62 | 3 | 23 | 460 | 63 | 75 |
| Binary | 11001110 | 1101000 | 11000111 | 0 | 110010 | 11 | 10011 | 100110000 | 110011 | 111101 |
Color Harmonies of #CE68C7
Complementary color
Monochromatic Colors of #CE68C7
Black with #CE68C7
Text Example
Text Example
White with #CE68C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE68C7; }
p { color: rgb(206,104,199); }
H1.HeaderClassName
{
color: #CE68C7;
}
.AnyTagClassName
{
color: #CE68C7;
}
</style>
background-color css
<style>
a { background-color: #CE68C7; }
a { background-color: rgb(206,104,199); }
div.DivClassName
{
background-color: #CE68C7;
}
.BgClassName
{
background-color: #CE68C7;
}
</style>
border-color css
<style>
span { border-color: #CE68C7; }
span { border-color: rgb(206,104,199); }
td.TdClassName
{
border-color: #CE68C7;
}
.TagClassName
{
border-color: #CE68C7;
}
</style>