Shades of Orchid #CE65DB
Tints of Orchid #CE65DB
RGB
CMYK
RGB Variations
Color information
#CE65DB (or 0xCE65DB) is known color: Orchid. HEX triplet: CE, 65 and DB. RGB value is (206,101,219). Sum of RGB (Red+Green+Blue) = 206+101+219=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 101 (39.84% from 255 or 19.20% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #CE65DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE65DB is #319A24. Grayscale: #919191. Windows color (decimal): -3250725 or 14378446. OLE color: 14378446.
HSL color Cylindrical-coordinate representation of color #CE65DB: hue angle of 293.39º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CE65DB is Cyan = 0.06, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 101 | 219 | - |
| CMYK | 0.06 | 0.54 | 0 | 0.14 |
| HSL | 293.39º | 0.62% | 0.63% | - |
| HSV(B) | 293.39º | 0.54% | 0.86% | - |
| XYZ | 42.89 | 27.54 | 70.07 | - |
| YUV | 145.85 | 169.29 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 219 | 0.06 | 0.54 | 0 | 0.14 | 293.39 | 0.62 | 0.63 |
| Hex | CE | 65 | DB | 6 | 36 | 0 | E | 125 | 3E | 3F |
| Octal | 316 | 145 | 333 | 6 | 66 | 0 | 16 | 445 | 76 | 77 |
| Binary | 11001110 | 1100101 | 11011011 | 110 | 110110 | 0 | 1110 | 100100101 | 111110 | 111111 |
Color Harmonies of #CE65DB
Complementary color
Monochromatic Colors of #CE65DB
Black with #CE65DB
Text Example
Text Example
White with #CE65DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE65DB; }
p { color: rgb(206,101,219); }
H1.HeaderClassName
{
color: #CE65DB;
}
.AnyTagClassName
{
color: #CE65DB;
}
</style>
background-color css
<style>
a { background-color: #CE65DB; }
a { background-color: rgb(206,101,219); }
div.DivClassName
{
background-color: #CE65DB;
}
.BgClassName
{
background-color: #CE65DB;
}
</style>
border-color css
<style>
span { border-color: #CE65DB; }
span { border-color: rgb(206,101,219); }
td.TdClassName
{
border-color: #CE65DB;
}
.TagClassName
{
border-color: #CE65DB;
}
</style>