Shades of Orchid #CE69D3
Tints of Orchid #CE69D3
RGB
CMYK
RGB Variations
Color information
#CE69D3 (or 0xCE69D3) is known color: Orchid. HEX triplet: CE, 69 and D3. RGB value is (206,105,211). Sum of RGB (Red+Green+Blue) = 206+105+211=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 105 (41.41% from 255 or 20.11% from 522); Blue value is 211 (82.81% from 255 or 40.42% from 522); Max value from RGB is 211 - color contains mainly: blue. Hex color #CE69D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69D3 is #31962C. Grayscale: #929292. Windows color (decimal): -3249709 or 13855182. OLE color: 13855182.
HSL color Cylindrical-coordinate representation of color #CE69D3: hue angle of 297.17º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE69D3 is Cyan = 0.02, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 105 | 211 | - |
| CMYK | 0.02 | 0.50 | 0 | 0.17 |
| HSL | 297.17º | 0.55% | 0.62% | - |
| HSV(B) | 297.17º | 0.5% | 0.83% | - |
| XYZ | 42.26 | 27.93 | 64.79 | - |
| YUV | 147.28 | 163.96 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 211 | 0.02 | 0.50 | 0 | 0.17 | 297.17 | 0.55 | 0.62 |
| Hex | CE | 69 | D3 | 2 | 32 | 0 | 11 | 129 | 37 | 3E |
| Octal | 316 | 151 | 323 | 2 | 62 | 0 | 21 | 451 | 67 | 76 |
| Binary | 11001110 | 1101001 | 11010011 | 10 | 110010 | 0 | 10001 | 100101001 | 110111 | 111110 |
Color Harmonies of #CE69D3
Complementary color
Monochromatic Colors of #CE69D3
Black with #CE69D3
Text Example
Text Example
White with #CE69D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69D3; }
p { color: rgb(206,105,211); }
H1.HeaderClassName
{
color: #CE69D3;
}
.AnyTagClassName
{
color: #CE69D3;
}
</style>
background-color css
<style>
a { background-color: #CE69D3; }
a { background-color: rgb(206,105,211); }
div.DivClassName
{
background-color: #CE69D3;
}
.BgClassName
{
background-color: #CE69D3;
}
</style>
border-color css
<style>
span { border-color: #CE69D3; }
span { border-color: rgb(206,105,211); }
td.TdClassName
{
border-color: #CE69D3;
}
.TagClassName
{
border-color: #CE69D3;
}
</style>