Shades of Orchid #CE75C5
Tints of Orchid #CE75C5
RGB
CMYK
RGB Variations
Color information
#CE75C5 (or 0xCE75C5) is known color: Orchid. HEX triplet: CE, 75 and C5. RGB value is (206,117,197). Sum of RGB (Red+Green+Blue) = 206+117+197=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 197 (77.34% from 255 or 37.88% from 520); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75C5 is #318A3A. Grayscale: #989898. Windows color (decimal): -3246651 or 12940750. OLE color: 12940750.
HSL color Cylindrical-coordinate representation of color #CE75C5: hue angle of 306.07º 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 #CE75C5 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 197 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.19 |
| HSL | 306.07º | 0.48% | 0.63% | - |
| HSV(B) | 306.07º | 0.43% | 0.81% | - |
| XYZ | 41.89 | 29.88 | 56.38 | - |
| YUV | 152.73 | 152.99 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 197 | 0 | 0.43 | 0.04 | 0.19 | 306.07 | 0.48 | 0.63 |
| Hex | CE | 75 | C5 | 0 | 2B | 4 | 13 | 132 | 30 | 3F |
| Octal | 316 | 165 | 305 | 0 | 53 | 4 | 23 | 462 | 60 | 77 |
| Binary | 11001110 | 1110101 | 11000101 | 0 | 101011 | 100 | 10011 | 100110010 | 110000 | 111111 |
Color Harmonies of #CE75C5
Complementary color
Monochromatic Colors of #CE75C5
Black with #CE75C5
Text Example
Text Example
White with #CE75C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75C5; }
p { color: rgb(206,117,197); }
H1.HeaderClassName
{
color: #CE75C5;
}
.AnyTagClassName
{
color: #CE75C5;
}
</style>
background-color css
<style>
a { background-color: #CE75C5; }
a { background-color: rgb(206,117,197); }
div.DivClassName
{
background-color: #CE75C5;
}
.BgClassName
{
background-color: #CE75C5;
}
</style>
border-color css
<style>
span { border-color: #CE75C5; }
span { border-color: rgb(206,117,197); }
td.TdClassName
{
border-color: #CE75C5;
}
.TagClassName
{
border-color: #CE75C5;
}
</style>