Shades of Orchid #CE6BDA
Tints of Orchid #CE6BDA
RGB
CMYK
RGB Variations
Color information
#CE6BDA (or 0xCE6BDA) is known color: Orchid. HEX triplet: CE, 6B and DA. RGB value is (206,107,218). Sum of RGB (Red+Green+Blue) = 206+107+218=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 107 (42.19% from 255 or 20.15% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6BDA is #319425. Grayscale: #949494. Windows color (decimal): -3249190 or 14314446. OLE color: 14314446.
HSL color Cylindrical-coordinate representation of color #CE6BDA: hue angle of 293.51º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6BDA is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 107 | 218 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.15 |
| HSL | 293.51º | 0.6% | 0.64% | - |
| HSV(B) | 293.51º | 0.51% | 0.85% | - |
| XYZ | 43.37 | 28.7 | 69.58 | - |
| YUV | 149.26 | 166.8 | 168.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 107 | 218 | 0.06 | 0.51 | 0 | 0.15 | 293.51 | 0.6 | 0.64 |
| Hex | CE | 6B | DA | 6 | 33 | 0 | F | 126 | 3C | 40 |
| Octal | 316 | 153 | 332 | 6 | 63 | 0 | 17 | 446 | 74 | 100 |
| Binary | 11001110 | 1101011 | 11011010 | 110 | 110011 | 0 | 1111 | 100100110 | 111100 | 1000000 |
Color Harmonies of #CE6BDA
Complementary color
Monochromatic Colors of #CE6BDA
Black with #CE6BDA
Text Example
Text Example
White with #CE6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6BDA; }
p { color: rgb(206,107,218); }
H1.HeaderClassName
{
color: #CE6BDA;
}
.AnyTagClassName
{
color: #CE6BDA;
}
</style>
background-color css
<style>
a { background-color: #CE6BDA; }
a { background-color: rgb(206,107,218); }
div.DivClassName
{
background-color: #CE6BDA;
}
.BgClassName
{
background-color: #CE6BDA;
}
</style>
border-color css
<style>
span { border-color: #CE6BDA; }
span { border-color: rgb(206,107,218); }
td.TdClassName
{
border-color: #CE6BDA;
}
.TagClassName
{
border-color: #CE6BDA;
}
</style>