Shades of Orchid #CE75D6
Tints of Orchid #CE75D6
RGB
CMYK
RGB Variations
Color information
#CE75D6 (or 0xCE75D6) is known color: Orchid. HEX triplet: CE, 75 and D6. RGB value is (206,117,214). Sum of RGB (Red+Green+Blue) = 206+117+214=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 117 (46.09% from 255 or 21.79% from 537); Blue value is 214 (83.98% from 255 or 39.85% from 537); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE75D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE75D6 is #318A29. Grayscale: #9A9A9A. Windows color (decimal): -3246634 or 14054862. OLE color: 14054862.
HSL color Cylindrical-coordinate representation of color #CE75D6: hue angle of 295.05º degrees, saturation: 0.54, 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 #CE75D6 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 117 | 214 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.16 |
| HSL | 295.05º | 0.54% | 0.65% | - |
| HSV(B) | 295.05º | 0.45% | 0.84% | - |
| XYZ | 43.95 | 30.7 | 67.23 | - |
| YUV | 154.67 | 161.49 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 117 | 214 | 0.04 | 0.45 | 0 | 0.16 | 295.05 | 0.54 | 0.65 |
| Hex | CE | 75 | D6 | 4 | 2D | 0 | 10 | 127 | 36 | 41 |
| Octal | 316 | 165 | 326 | 4 | 55 | 0 | 20 | 447 | 66 | 101 |
| Binary | 11001110 | 1110101 | 11010110 | 100 | 101101 | 0 | 10000 | 100100111 | 110110 | 1000001 |
Color Harmonies of #CE75D6
Complementary color
Monochromatic Colors of #CE75D6
Black with #CE75D6
Text Example
Text Example
White with #CE75D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE75D6; }
p { color: rgb(206,117,214); }
H1.HeaderClassName
{
color: #CE75D6;
}
.AnyTagClassName
{
color: #CE75D6;
}
</style>
background-color css
<style>
a { background-color: #CE75D6; }
a { background-color: rgb(206,117,214); }
div.DivClassName
{
background-color: #CE75D6;
}
.BgClassName
{
background-color: #CE75D6;
}
</style>
border-color css
<style>
span { border-color: #CE75D6; }
span { border-color: rgb(206,117,214); }
td.TdClassName
{
border-color: #CE75D6;
}
.TagClassName
{
border-color: #CE75D6;
}
</style>