Shades of Orchid #CE75C0
Tints of Orchid #CE75C0
RGB
CMYK
RGB Variations
Color information
#CE75C0 (or 0xCE75C0) is known color: Orchid. HEX triplet: CE, 75 and C0. RGB value is (206,117,192). Sum of RGB (Red+Green+Blue) = 206+117+192=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 117 (46.09% from 255 or 22.72% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75C0 is #318A3F. Grayscale: #979797. Windows color (decimal): -3246656 or 12613070. OLE color: 12613070.
HSL color Cylindrical-coordinate representation of color #CE75C0: hue angle of 309.44º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CE75C0 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 192 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.19 |
| HSL | 309.44º | 0.48% | 0.63% | - |
| HSV(B) | 309.44º | 0.43% | 0.81% | - |
| XYZ | 41.33 | 29.65 | 53.41 | - |
| YUV | 152.16 | 150.49 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 192 | 0 | 0.43 | 0.07 | 0.19 | 309.44 | 0.48 | 0.63 |
| Hex | CE | 75 | C0 | 0 | 2B | 7 | 13 | 135 | 30 | 3F |
| Octal | 316 | 165 | 300 | 0 | 53 | 7 | 23 | 465 | 60 | 77 |
| Binary | 11001110 | 1110101 | 11000000 | 0 | 101011 | 111 | 10011 | 100110101 | 110000 | 111111 |
Color Harmonies of #CE75C0
Complementary color
Monochromatic Colors of #CE75C0
Black with #CE75C0
Text Example
Text Example
White with #CE75C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75C0; }
p { color: rgb(206,117,192); }
H1.HeaderClassName
{
color: #CE75C0;
}
.AnyTagClassName
{
color: #CE75C0;
}
</style>
background-color css
<style>
a { background-color: #CE75C0; }
a { background-color: rgb(206,117,192); }
div.DivClassName
{
background-color: #CE75C0;
}
.BgClassName
{
background-color: #CE75C0;
}
</style>
border-color css
<style>
span { border-color: #CE75C0; }
span { border-color: rgb(206,117,192); }
td.TdClassName
{
border-color: #CE75C0;
}
.TagClassName
{
border-color: #CE75C0;
}
</style>