Shades of Orchid #CE69DC
Tints of Orchid #CE69DC
RGB
CMYK
RGB Variations
Color information
#CE69DC (or 0xCE69DC) is known color: Orchid. HEX triplet: CE, 69 and DC. RGB value is (206,105,220). Sum of RGB (Red+Green+Blue) = 206+105+220=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 105 (41.41% from 255 or 19.77% from 531); Blue value is 220 (86.33% from 255 or 41.43% from 531); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE69DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69DC is #319623. Grayscale: #939393. Windows color (decimal): -3249700 or 14445006. OLE color: 14445006.
HSL color Cylindrical-coordinate representation of color #CE69DC: hue angle of 292.7º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE69DC is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 105 | 220 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.14 |
| HSL | 292.7º | 0.62% | 0.64% | - |
| HSV(B) | 292.7º | 0.52% | 0.86% | - |
| XYZ | 43.42 | 28.39 | 70.9 | - |
| YUV | 148.31 | 168.46 | 169.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 220 | 0.06 | 0.52 | 0 | 0.14 | 292.7 | 0.62 | 0.64 |
| Hex | CE | 69 | DC | 6 | 34 | 0 | E | 125 | 3E | 40 |
| Octal | 316 | 151 | 334 | 6 | 64 | 0 | 16 | 445 | 76 | 100 |
| Binary | 11001110 | 1101001 | 11011100 | 110 | 110100 | 0 | 1110 | 100100101 | 111110 | 1000000 |
Color Harmonies of #CE69DC
Complementary color
Monochromatic Colors of #CE69DC
Black with #CE69DC
Text Example
Text Example
White with #CE69DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69DC; }
p { color: rgb(206,105,220); }
H1.HeaderClassName
{
color: #CE69DC;
}
.AnyTagClassName
{
color: #CE69DC;
}
</style>
background-color css
<style>
a { background-color: #CE69DC; }
a { background-color: rgb(206,105,220); }
div.DivClassName
{
background-color: #CE69DC;
}
.BgClassName
{
background-color: #CE69DC;
}
</style>
border-color css
<style>
span { border-color: #CE69DC; }
span { border-color: rgb(206,105,220); }
td.TdClassName
{
border-color: #CE69DC;
}
.TagClassName
{
border-color: #CE69DC;
}
</style>