Shades of Orchid #CE5FD1
Tints of Orchid #CE5FD1
RGB
CMYK
RGB Variations
Color information
#CE5FD1 (or 0xCE5FD1) is known color: Orchid. HEX triplet: CE, 5F and D1. RGB value is (206,95,209). Sum of RGB (Red+Green+Blue) = 206+95+209=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 95 (37.5% from 255 or 18.63% from 510); Blue value is 209 (82.03% from 255 or 40.98% from 510); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE5FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FD1 is #31A02E. Grayscale: #8C8C8C. Windows color (decimal): -3252271 or 13721550. OLE color: 13721550.
HSL color Cylindrical-coordinate representation of color #CE5FD1: hue angle of 298.42º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE5FD1 is Cyan = 0.01, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 95 | 209 | - |
| CMYK | 0.01 | 0.55 | 0 | 0.18 |
| HSL | 298.42º | 0.55% | 0.6% | - |
| HSV(B) | 298.42º | 0.55% | 0.82% | - |
| XYZ | 41.05 | 25.91 | 63.16 | - |
| YUV | 141.19 | 166.27 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 209 | 0.01 | 0.55 | 0 | 0.18 | 298.42 | 0.55 | 0.6 |
| Hex | CE | 5F | D1 | 1 | 37 | 0 | 12 | 12A | 37 | 3C |
| Octal | 316 | 137 | 321 | 1 | 67 | 0 | 22 | 452 | 67 | 74 |
| Binary | 11001110 | 1011111 | 11010001 | 1 | 110111 | 0 | 10010 | 100101010 | 110111 | 111100 |
Color Harmonies of #CE5FD1
Complementary color
Monochromatic Colors of #CE5FD1
Black with #CE5FD1
Text Example
Text Example
White with #CE5FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FD1; }
p { color: rgb(206,95,209); }
H1.HeaderClassName
{
color: #CE5FD1;
}
.AnyTagClassName
{
color: #CE5FD1;
}
</style>
background-color css
<style>
a { background-color: #CE5FD1; }
a { background-color: rgb(206,95,209); }
div.DivClassName
{
background-color: #CE5FD1;
}
.BgClassName
{
background-color: #CE5FD1;
}
</style>
border-color css
<style>
span { border-color: #CE5FD1; }
span { border-color: rgb(206,95,209); }
td.TdClassName
{
border-color: #CE5FD1;
}
.TagClassName
{
border-color: #CE5FD1;
}
</style>