Shades of Orchid #CE75D5
Tints of Orchid #CE75D5
RGB
CMYK
RGB Variations
Color information
#CE75D5 (or 0xCE75D5) is known color: Orchid. HEX triplet: CE, 75 and D5. RGB value is (206,117,213). Sum of RGB (Red+Green+Blue) = 206+117+213=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 117 (46.09% from 255 or 21.83% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE75D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75D5 is #318A2A. Grayscale: #9A9A9A. Windows color (decimal): -3246635 or 13989326. OLE color: 13989326.
HSL color Cylindrical-coordinate representation of color #CE75D5: hue angle of 295.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE75D5 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 117 | 213 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.16 |
| HSL | 295.63º | 0.53% | 0.65% | - |
| HSV(B) | 295.63º | 0.45% | 0.84% | - |
| XYZ | 43.83 | 30.65 | 66.56 | - |
| YUV | 154.56 | 160.99 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 213 | 0.03 | 0.45 | 0 | 0.16 | 295.63 | 0.53 | 0.65 |
| Hex | CE | 75 | D5 | 3 | 2D | 0 | 10 | 128 | 35 | 41 |
| Octal | 316 | 165 | 325 | 3 | 55 | 0 | 20 | 450 | 65 | 101 |
| Binary | 11001110 | 1110101 | 11010101 | 11 | 101101 | 0 | 10000 | 100101000 | 110101 | 1000001 |
Color Harmonies of #CE75D5
Complementary color
Monochromatic Colors of #CE75D5
Black with #CE75D5
Text Example
Text Example
White with #CE75D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75D5; }
p { color: rgb(206,117,213); }
H1.HeaderClassName
{
color: #CE75D5;
}
.AnyTagClassName
{
color: #CE75D5;
}
</style>
background-color css
<style>
a { background-color: #CE75D5; }
a { background-color: rgb(206,117,213); }
div.DivClassName
{
background-color: #CE75D5;
}
.BgClassName
{
background-color: #CE75D5;
}
</style>
border-color css
<style>
span { border-color: #CE75D5; }
span { border-color: rgb(206,117,213); }
td.TdClassName
{
border-color: #CE75D5;
}
.TagClassName
{
border-color: #CE75D5;
}
</style>