Shades of Orchid #CE5FD6
Tints of Orchid #CE5FD6
RGB
CMYK
RGB Variations
Color information
#CE5FD6 (or 0xCE5FD6) is known color: Orchid. HEX triplet: CE, 5F and D6. RGB value is (206,95,214). Sum of RGB (Red+Green+Blue) = 206+95+214=515 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40% from 515); Green value is 95 (37.5% from 255 or 18.45% from 515); Blue value is 214 (83.98% from 255 or 41.55% from 515); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE5FD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FD6 is #31A029. Grayscale: #8D8D8D. Windows color (decimal): -3252266 or 14049230. OLE color: 14049230.
HSL color Cylindrical-coordinate representation of color #CE5FD6: hue angle of 295.97º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5FD6 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 95 | 214 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.16 |
| HSL | 295.97º | 0.59% | 0.61% | - |
| HSV(B) | 295.97º | 0.56% | 0.84% | - |
| XYZ | 41.68 | 26.16 | 66.47 | - |
| YUV | 141.76 | 168.77 | 173.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 214 | 0.04 | 0.56 | 0 | 0.16 | 295.97 | 0.59 | 0.61 |
| Hex | CE | 5F | D6 | 4 | 38 | 0 | 10 | 128 | 3B | 3D |
| Octal | 316 | 137 | 326 | 4 | 70 | 0 | 20 | 450 | 73 | 75 |
| Binary | 11001110 | 1011111 | 11010110 | 100 | 111000 | 0 | 10000 | 100101000 | 111011 | 111101 |
Color Harmonies of #CE5FD6
Complementary color
Monochromatic Colors of #CE5FD6
Black with #CE5FD6
Text Example
Text Example
White with #CE5FD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FD6; }
p { color: rgb(206,95,214); }
H1.HeaderClassName
{
color: #CE5FD6;
}
.AnyTagClassName
{
color: #CE5FD6;
}
</style>
background-color css
<style>
a { background-color: #CE5FD6; }
a { background-color: rgb(206,95,214); }
div.DivClassName
{
background-color: #CE5FD6;
}
.BgClassName
{
background-color: #CE5FD6;
}
</style>
border-color css
<style>
span { border-color: #CE5FD6; }
span { border-color: rgb(206,95,214); }
td.TdClassName
{
border-color: #CE5FD6;
}
.TagClassName
{
border-color: #CE5FD6;
}
</style>