Shades of Orchid #CE7FD3
Tints of Orchid #CE7FD3
RGB
CMYK
RGB Variations
Color information
#CE7FD3 (or 0xCE7FD3) is known color: Orchid. HEX triplet: CE, 7F and D3. RGB value is (206,127,211). Sum of RGB (Red+Green+Blue) = 206+127+211=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 127 (50% from 255 or 23.35% from 544); Blue value is 211 (82.81% from 255 or 38.79% from 544); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE7FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE7FD3 is #31802C. Grayscale: #9F9F9F. Windows color (decimal): -3244077 or 13860814. OLE color: 13860814.
HSL color Cylindrical-coordinate representation of color #CE7FD3: hue angle of 296.43º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CE7FD3 is Cyan = 0.02, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 127 | 211 | - |
| CMYK | 0.02 | 0.40 | 0 | 0.17 |
| HSL | 296.43º | 0.49% | 0.66% | - |
| HSV(B) | 296.43º | 0.4% | 0.83% | - |
| XYZ | 44.8 | 33 | 65.64 | - |
| YUV | 160.2 | 156.67 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 127 | 211 | 0.02 | 0.40 | 0 | 0.17 | 296.43 | 0.49 | 0.66 |
| Hex | CE | 7F | D3 | 2 | 28 | 0 | 11 | 128 | 31 | 42 |
| Octal | 316 | 177 | 323 | 2 | 50 | 0 | 21 | 450 | 61 | 102 |
| Binary | 11001110 | 1111111 | 11010011 | 10 | 101000 | 0 | 10001 | 100101000 | 110001 | 1000010 |
Color Harmonies of #CE7FD3
Complementary color
Monochromatic Colors of #CE7FD3
Black with #CE7FD3
Text Example
Text Example
White with #CE7FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE7FD3; }
p { color: rgb(206,127,211); }
H1.HeaderClassName
{
color: #CE7FD3;
}
.AnyTagClassName
{
color: #CE7FD3;
}
</style>
background-color css
<style>
a { background-color: #CE7FD3; }
a { background-color: rgb(206,127,211); }
div.DivClassName
{
background-color: #CE7FD3;
}
.BgClassName
{
background-color: #CE7FD3;
}
</style>
border-color css
<style>
span { border-color: #CE7FD3; }
span { border-color: rgb(206,127,211); }
td.TdClassName
{
border-color: #CE7FD3;
}
.TagClassName
{
border-color: #CE7FD3;
}
</style>