Shades of Orchid #CE75C1
Tints of Orchid #CE75C1
RGB
CMYK
RGB Variations
Color information
#CE75C1 (or 0xCE75C1) is known color: Orchid. HEX triplet: CE, 75 and C1. RGB value is (206,117,193). Sum of RGB (Red+Green+Blue) = 206+117+193=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 193 (75.78% from 255 or 37.40% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75C1 is #318A3E. Grayscale: #989898. Windows color (decimal): -3246655 or 12678606. OLE color: 12678606.
HSL color Cylindrical-coordinate representation of color #CE75C1: hue angle of 308.76º 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 #CE75C1 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 193 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.19 |
| HSL | 308.76º | 0.48% | 0.63% | - |
| HSV(B) | 308.76º | 0.43% | 0.81% | - |
| XYZ | 41.44 | 29.69 | 54 | - |
| YUV | 152.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 193 | 0 | 0.43 | 0.06 | 0.19 | 308.76 | 0.48 | 0.63 |
| Hex | CE | 75 | C1 | 0 | 2B | 6 | 13 | 135 | 30 | 3F |
| Octal | 316 | 165 | 301 | 0 | 53 | 6 | 23 | 465 | 60 | 77 |
| Binary | 11001110 | 1110101 | 11000001 | 0 | 101011 | 110 | 10011 | 100110101 | 110000 | 111111 |
Color Harmonies of #CE75C1
Complementary color
Monochromatic Colors of #CE75C1
Black with #CE75C1
Text Example
Text Example
White with #CE75C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75C1; }
p { color: rgb(206,117,193); }
H1.HeaderClassName
{
color: #CE75C1;
}
.AnyTagClassName
{
color: #CE75C1;
}
</style>
background-color css
<style>
a { background-color: #CE75C1; }
a { background-color: rgb(206,117,193); }
div.DivClassName
{
background-color: #CE75C1;
}
.BgClassName
{
background-color: #CE75C1;
}
</style>
border-color css
<style>
span { border-color: #CE75C1; }
span { border-color: rgb(206,117,193); }
td.TdClassName
{
border-color: #CE75C1;
}
.TagClassName
{
border-color: #CE75C1;
}
</style>