Shades of Orchid #CE5DD5
Tints of Orchid #CE5DD5
RGB
CMYK
RGB Variations
Color information
#CE5DD5 (or 0xCE5DD5) is known color: Orchid. HEX triplet: CE, 5D and D5. RGB value is (206,93,213). Sum of RGB (Red+Green+Blue) = 206+93+213=512 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.23% from 512); Green value is 93 (36.72% from 255 or 18.16% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE5DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5DD5 is #31A22A. Grayscale: #8C8C8C. Windows color (decimal): -3252779 or 13983182. OLE color: 13983182.
HSL color Cylindrical-coordinate representation of color #CE5DD5: hue angle of 296.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE5DD5 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 93 | 213 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.16 |
| HSL | 296.5º | 0.59% | 0.6% | - |
| HSV(B) | 296.5º | 0.56% | 0.84% | - |
| XYZ | 41.38 | 25.75 | 65.74 | - |
| YUV | 140.47 | 168.94 | 174.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 93 | 213 | 0.03 | 0.56 | 0 | 0.16 | 296.5 | 0.59 | 0.6 |
| Hex | CE | 5D | D5 | 3 | 38 | 0 | 10 | 128 | 3B | 3C |
| Octal | 316 | 135 | 325 | 3 | 70 | 0 | 20 | 450 | 73 | 74 |
| Binary | 11001110 | 1011101 | 11010101 | 11 | 111000 | 0 | 10000 | 100101000 | 111011 | 111100 |
Color Harmonies of #CE5DD5
Complementary color
Monochromatic Colors of #CE5DD5
Black with #CE5DD5
Text Example
Text Example
White with #CE5DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5DD5; }
p { color: rgb(206,93,213); }
H1.HeaderClassName
{
color: #CE5DD5;
}
.AnyTagClassName
{
color: #CE5DD5;
}
</style>
background-color css
<style>
a { background-color: #CE5DD5; }
a { background-color: rgb(206,93,213); }
div.DivClassName
{
background-color: #CE5DD5;
}
.BgClassName
{
background-color: #CE5DD5;
}
</style>
border-color css
<style>
span { border-color: #CE5DD5; }
span { border-color: rgb(206,93,213); }
td.TdClassName
{
border-color: #CE5DD5;
}
.TagClassName
{
border-color: #CE5DD5;
}
</style>