Shades of Orchid #CE75CE
Tints of Orchid #CE75CE
RGB
CMYK
RGB Variations
Color information
#CE75CE (or 0xCE75CE) is known color: Orchid. HEX triplet: CE, 75 and CE. RGB value is (206,117,206). Sum of RGB (Red+Green+Blue) = 206+117+206=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CE75CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75CE is #318A31. Grayscale: #999999. Windows color (decimal): -3246642 or 13530574. OLE color: 13530574.
HSL color Cylindrical-coordinate representation of color #CE75CE: hue angle of 300º 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 #CE75CE is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 117 | 206 | - |
| CMYK | 0 | 0.43 | 0 | 0.19 |
| HSL | 300º | 0.48% | 0.63% | - |
| HSV(B) | 300º | 0.43% | 0.81% | - |
| XYZ | 42.96 | 30.3 | 61.98 | - |
| YUV | 153.76 | 157.49 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 206 | 0 | 0.43 | 0 | 0.19 | 300 | 0.48 | 0.63 |
| Hex | CE | 75 | CE | 0 | 2B | 0 | 13 | 12C | 30 | 3F |
| Octal | 316 | 165 | 316 | 0 | 53 | 0 | 23 | 454 | 60 | 77 |
| Binary | 11001110 | 1110101 | 11001110 | 0 | 101011 | 0 | 10011 | 100101100 | 110000 | 111111 |
Color Harmonies of #CE75CE
Complementary color
Monochromatic Colors of #CE75CE
Black with #CE75CE
Text Example
Text Example
White with #CE75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75CE; }
p { color: rgb(206,117,206); }
H1.HeaderClassName
{
color: #CE75CE;
}
.AnyTagClassName
{
color: #CE75CE;
}
</style>
background-color css
<style>
a { background-color: #CE75CE; }
a { background-color: rgb(206,117,206); }
div.DivClassName
{
background-color: #CE75CE;
}
.BgClassName
{
background-color: #CE75CE;
}
</style>
border-color css
<style>
span { border-color: #CE75CE; }
span { border-color: rgb(206,117,206); }
td.TdClassName
{
border-color: #CE75CE;
}
.TagClassName
{
border-color: #CE75CE;
}
</style>