Shades of Orchid #CE75BF
Tints of Orchid #CE75BF
RGB
CMYK
RGB Variations
Color information
#CE75BF (or 0xCE75BF) is known color: Orchid. HEX triplet: CE, 75 and BF. RGB value is (206,117,191). Sum of RGB (Red+Green+Blue) = 206+117+191=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 191 (75% from 255 or 37.16% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE75BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75BF is #318A40. Grayscale: #979797. Windows color (decimal): -3246657 or 12547534. OLE color: 12547534.
HSL color Cylindrical-coordinate representation of color #CE75BF: hue angle of 310.11º 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 #CE75BF is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 191 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.19 |
| HSL | 310.11º | 0.48% | 0.63% | - |
| HSV(B) | 310.11º | 0.43% | 0.81% | - |
| XYZ | 41.22 | 29.61 | 52.83 | - |
| YUV | 152.05 | 149.99 | 166.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 191 | 0 | 0.43 | 0.07 | 0.19 | 310.11 | 0.48 | 0.63 |
| Hex | CE | 75 | BF | 0 | 2B | 7 | 13 | 136 | 30 | 3F |
| Octal | 316 | 165 | 277 | 0 | 53 | 7 | 23 | 466 | 60 | 77 |
| Binary | 11001110 | 1110101 | 10111111 | 0 | 101011 | 111 | 10011 | 100110110 | 110000 | 111111 |
Color Harmonies of #CE75BF
Complementary color
Monochromatic Colors of #CE75BF
Black with #CE75BF
Text Example
Text Example
White with #CE75BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75BF; }
p { color: rgb(206,117,191); }
H1.HeaderClassName
{
color: #CE75BF;
}
.AnyTagClassName
{
color: #CE75BF;
}
</style>
background-color css
<style>
a { background-color: #CE75BF; }
a { background-color: rgb(206,117,191); }
div.DivClassName
{
background-color: #CE75BF;
}
.BgClassName
{
background-color: #CE75BF;
}
</style>
border-color css
<style>
span { border-color: #CE75BF; }
span { border-color: rgb(206,117,191); }
td.TdClassName
{
border-color: #CE75BF;
}
.TagClassName
{
border-color: #CE75BF;
}
</style>