Shades of Orchid #CE67D8
Tints of Orchid #CE67D8
RGB
CMYK
RGB Variations
Color information
#CE67D8 (or 0xCE67D8) is known color: Orchid. HEX triplet: CE, 67 and D8. RGB value is (206,103,216). Sum of RGB (Red+Green+Blue) = 206+103+216=525 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.24% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 216 (84.77% from 255 or 41.14% from 525); Max value from RGB is 216 - color contains mainly: blue. Hex color #CE67D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67D8 is #319827. Grayscale: #929292. Windows color (decimal): -3250216 or 14182350. OLE color: 14182350.
HSL color Cylindrical-coordinate representation of color #CE67D8: hue angle of 294.69º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE67D8 is Cyan = 0.05, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 103 | 216 | - |
| CMYK | 0.05 | 0.52 | 0 | 0.15 |
| HSL | 294.69º | 0.59% | 0.63% | - |
| HSV(B) | 294.69º | 0.52% | 0.85% | - |
| XYZ | 42.7 | 27.78 | 68.08 | - |
| YUV | 146.68 | 167.12 | 170.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 216 | 0.05 | 0.52 | 0 | 0.15 | 294.69 | 0.59 | 0.63 |
| Hex | CE | 67 | D8 | 5 | 34 | 0 | F | 127 | 3B | 3F |
| Octal | 316 | 147 | 330 | 5 | 64 | 0 | 17 | 447 | 73 | 77 |
| Binary | 11001110 | 1100111 | 11011000 | 101 | 110100 | 0 | 1111 | 100100111 | 111011 | 111111 |
Color Harmonies of #CE67D8
Complementary color
Monochromatic Colors of #CE67D8
Black with #CE67D8
Text Example
Text Example
White with #CE67D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE67D8; }
p { color: rgb(206,103,216); }
H1.HeaderClassName
{
color: #CE67D8;
}
.AnyTagClassName
{
color: #CE67D8;
}
</style>
background-color css
<style>
a { background-color: #CE67D8; }
a { background-color: rgb(206,103,216); }
div.DivClassName
{
background-color: #CE67D8;
}
.BgClassName
{
background-color: #CE67D8;
}
</style>
border-color css
<style>
span { border-color: #CE67D8; }
span { border-color: rgb(206,103,216); }
td.TdClassName
{
border-color: #CE67D8;
}
.TagClassName
{
border-color: #CE67D8;
}
</style>