Shades of Orchid #CE6AC2
Tints of Orchid #CE6AC2
RGB
CMYK
RGB Variations
Color information
#CE6AC2 (or 0xCE6AC2) is known color: Orchid. HEX triplet: CE, 6A and C2. RGB value is (206,106,194). Sum of RGB (Red+Green+Blue) = 206+106+194=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6AC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6AC2 is #31953D. Grayscale: #919191. Windows color (decimal): -3249470 or 12741326. OLE color: 12741326.
HSL color Cylindrical-coordinate representation of color #CE6AC2: hue angle of 307.2º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CE6AC2 is Cyan = 0, Magento = 0.49, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 106 | 194 | - |
| CMYK | 0 | 0.49 | 0.06 | 0.19 |
| HSL | 307.2º | 0.51% | 0.61% | - |
| HSV(B) | 307.2º | 0.49% | 0.81% | - |
| XYZ | 40.35 | 27.32 | 54.19 | - |
| YUV | 145.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 106 | 194 | 0 | 0.49 | 0.06 | 0.19 | 307.2 | 0.51 | 0.61 |
| Hex | CE | 6A | C2 | 0 | 31 | 6 | 13 | 133 | 33 | 3D |
| Octal | 316 | 152 | 302 | 0 | 61 | 6 | 23 | 463 | 63 | 75 |
| Binary | 11001110 | 1101010 | 11000010 | 0 | 110001 | 110 | 10011 | 100110011 | 110011 | 111101 |
Color Harmonies of #CE6AC2
Complementary color
Monochromatic Colors of #CE6AC2
Black with #CE6AC2
Text Example
Text Example
White with #CE6AC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6AC2; }
p { color: rgb(206,106,194); }
H1.HeaderClassName
{
color: #CE6AC2;
}
.AnyTagClassName
{
color: #CE6AC2;
}
</style>
background-color css
<style>
a { background-color: #CE6AC2; }
a { background-color: rgb(206,106,194); }
div.DivClassName
{
background-color: #CE6AC2;
}
.BgClassName
{
background-color: #CE6AC2;
}
</style>
border-color css
<style>
span { border-color: #CE6AC2; }
span { border-color: rgb(206,106,194); }
td.TdClassName
{
border-color: #CE6AC2;
}
.TagClassName
{
border-color: #CE6AC2;
}
</style>