Shades of Orchid #CE69D6
Tints of Orchid #CE69D6
RGB
CMYK
RGB Variations
Color information
#CE69D6 (or 0xCE69D6) is known color: Orchid. HEX triplet: CE, 69 and D6. RGB value is (206,105,214). Sum of RGB (Red+Green+Blue) = 206+105+214=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 105 (41.41% from 255 or 20% from 525); Blue value is 214 (83.98% from 255 or 40.76% from 525); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE69D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69D6 is #319629. Grayscale: #939393. Windows color (decimal): -3249706 or 14051790. OLE color: 14051790.
HSL color Cylindrical-coordinate representation of color #CE69D6: hue angle of 295.6º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE69D6 is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 105 | 214 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.16 |
| HSL | 295.6º | 0.57% | 0.63% | - |
| HSV(B) | 295.6º | 0.51% | 0.84% | - |
| XYZ | 42.64 | 28.08 | 66.79 | - |
| YUV | 147.63 | 165.46 | 169.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 214 | 0.04 | 0.51 | 0 | 0.16 | 295.6 | 0.57 | 0.63 |
| Hex | CE | 69 | D6 | 4 | 33 | 0 | 10 | 128 | 39 | 3F |
| Octal | 316 | 151 | 326 | 4 | 63 | 0 | 20 | 450 | 71 | 77 |
| Binary | 11001110 | 1101001 | 11010110 | 100 | 110011 | 0 | 10000 | 100101000 | 111001 | 111111 |
Color Harmonies of #CE69D6
Complementary color
Monochromatic Colors of #CE69D6
Black with #CE69D6
Text Example
Text Example
White with #CE69D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69D6; }
p { color: rgb(206,105,214); }
H1.HeaderClassName
{
color: #CE69D6;
}
.AnyTagClassName
{
color: #CE69D6;
}
</style>
background-color css
<style>
a { background-color: #CE69D6; }
a { background-color: rgb(206,105,214); }
div.DivClassName
{
background-color: #CE69D6;
}
.BgClassName
{
background-color: #CE69D6;
}
</style>
border-color css
<style>
span { border-color: #CE69D6; }
span { border-color: rgb(206,105,214); }
td.TdClassName
{
border-color: #CE69D6;
}
.TagClassName
{
border-color: #CE69D6;
}
</style>