Shades of Orchid #CE75C4
Tints of Orchid #CE75C4
RGB
CMYK
RGB Variations
Color information
#CE75C4 (or 0xCE75C4) is known color: Orchid. HEX triplet: CE, 75 and C4. RGB value is (206,117,196). Sum of RGB (Red+Green+Blue) = 206+117+196=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 117 (46.09% from 255 or 22.54% from 519); Blue value is 196 (76.95% from 255 or 37.76% from 519); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75C4 is #318A3B. Grayscale: #989898. Windows color (decimal): -3246652 or 12875214. OLE color: 12875214.
HSL color Cylindrical-coordinate representation of color #CE75C4: hue angle of 306.74º 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 #CE75C4 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 196 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.19 |
| HSL | 306.74º | 0.48% | 0.63% | - |
| HSV(B) | 306.74º | 0.43% | 0.81% | - |
| XYZ | 41.78 | 29.83 | 55.78 | - |
| YUV | 152.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 196 | 0 | 0.43 | 0.05 | 0.19 | 306.74 | 0.48 | 0.63 |
| Hex | CE | 75 | C4 | 0 | 2B | 5 | 13 | 133 | 30 | 3F |
| Octal | 316 | 165 | 304 | 0 | 53 | 5 | 23 | 463 | 60 | 77 |
| Binary | 11001110 | 1110101 | 11000100 | 0 | 101011 | 101 | 10011 | 100110011 | 110000 | 111111 |
Color Harmonies of #CE75C4
Complementary color
Monochromatic Colors of #CE75C4
Black with #CE75C4
Text Example
Text Example
White with #CE75C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75C4; }
p { color: rgb(206,117,196); }
H1.HeaderClassName
{
color: #CE75C4;
}
.AnyTagClassName
{
color: #CE75C4;
}
</style>
background-color css
<style>
a { background-color: #CE75C4; }
a { background-color: rgb(206,117,196); }
div.DivClassName
{
background-color: #CE75C4;
}
.BgClassName
{
background-color: #CE75C4;
}
</style>
border-color css
<style>
span { border-color: #CE75C4; }
span { border-color: rgb(206,117,196); }
td.TdClassName
{
border-color: #CE75C4;
}
.TagClassName
{
border-color: #CE75C4;
}
</style>