Shades of Orchid #CE5FD0
Tints of Orchid #CE5FD0
RGB
CMYK
RGB Variations
Color information
#CE5FD0 (or 0xCE5FD0) is known color: Orchid. HEX triplet: CE, 5F and D0. RGB value is (206,95,208). Sum of RGB (Red+Green+Blue) = 206+95+208=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 95 (37.5% from 255 or 18.66% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #CE5FD0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FD0 is #31A02F. Grayscale: #8C8C8C. Windows color (decimal): -3252272 or 13656014. OLE color: 13656014.
HSL color Cylindrical-coordinate representation of color #CE5FD0: hue angle of 298.94º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE5FD0 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 95 | 208 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.18 |
| HSL | 298.94º | 0.55% | 0.59% | - |
| HSV(B) | 298.94º | 0.54% | 0.82% | - |
| XYZ | 40.93 | 25.86 | 62.51 | - |
| YUV | 141.07 | 165.77 | 174.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 208 | 0.01 | 0.54 | 0 | 0.18 | 298.94 | 0.55 | 0.59 |
| Hex | CE | 5F | D0 | 1 | 36 | 0 | 12 | 12B | 37 | 3B |
| Octal | 316 | 137 | 320 | 1 | 66 | 0 | 22 | 453 | 67 | 73 |
| Binary | 11001110 | 1011111 | 11010000 | 1 | 110110 | 0 | 10010 | 100101011 | 110111 | 111011 |
Color Harmonies of #CE5FD0
Complementary color
Monochromatic Colors of #CE5FD0
Black with #CE5FD0
Text Example
Text Example
White with #CE5FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FD0; }
p { color: rgb(206,95,208); }
H1.HeaderClassName
{
color: #CE5FD0;
}
.AnyTagClassName
{
color: #CE5FD0;
}
</style>
background-color css
<style>
a { background-color: #CE5FD0; }
a { background-color: rgb(206,95,208); }
div.DivClassName
{
background-color: #CE5FD0;
}
.BgClassName
{
background-color: #CE5FD0;
}
</style>
border-color css
<style>
span { border-color: #CE5FD0; }
span { border-color: rgb(206,95,208); }
td.TdClassName
{
border-color: #CE5FD0;
}
.TagClassName
{
border-color: #CE5FD0;
}
</style>