Shades of Orchid #CE75B9
Tints of Orchid #CE75B9
RGB
CMYK
RGB Variations
Color information
#CE75B9 (or 0xCE75B9) is known color: Orchid. HEX triplet: CE, 75 and B9. RGB value is (206,117,185). Sum of RGB (Red+Green+Blue) = 206+117+185=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 117 (46.09% from 255 or 23.03% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75B9 is #318A46. Grayscale: #979797. Windows color (decimal): -3246663 or 12154318. OLE color: 12154318.
HSL color Cylindrical-coordinate representation of color #CE75B9: hue angle of 314.16º 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 #CE75B9 is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 185 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.19 |
| HSL | 314.16º | 0.48% | 0.63% | - |
| HSV(B) | 314.16º | 0.43% | 0.81% | - |
| XYZ | 40.57 | 29.35 | 49.43 | - |
| YUV | 151.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 185 | 0 | 0.43 | 0.10 | 0.19 | 314.16 | 0.48 | 0.63 |
| Hex | CE | 75 | B9 | 0 | 2B | A | 13 | 13A | 30 | 3F |
| Octal | 316 | 165 | 271 | 0 | 53 | 12 | 23 | 472 | 60 | 77 |
| Binary | 11001110 | 1110101 | 10111001 | 0 | 101011 | 1010 | 10011 | 100111010 | 110000 | 111111 |
Color Harmonies of #CE75B9
Complementary color
Monochromatic Colors of #CE75B9
Black with #CE75B9
Text Example
Text Example
White with #CE75B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75B9; }
p { color: rgb(206,117,185); }
H1.HeaderClassName
{
color: #CE75B9;
}
.AnyTagClassName
{
color: #CE75B9;
}
</style>
background-color css
<style>
a { background-color: #CE75B9; }
a { background-color: rgb(206,117,185); }
div.DivClassName
{
background-color: #CE75B9;
}
.BgClassName
{
background-color: #CE75B9;
}
</style>
border-color css
<style>
span { border-color: #CE75B9; }
span { border-color: rgb(206,117,185); }
td.TdClassName
{
border-color: #CE75B9;
}
.TagClassName
{
border-color: #CE75B9;
}
</style>