Shades of Orchid #CE67D1
Tints of Orchid #CE67D1
RGB
CMYK
RGB Variations
Color information
#CE67D1 (or 0xCE67D1) is known color: Orchid. HEX triplet: CE, 67 and D1. RGB value is (206,103,209). Sum of RGB (Red+Green+Blue) = 206+103+209=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 209 (82.03% from 255 or 40.35% from 518); Max value from RGB is 209 - color contains mainly: blue. Hex color #CE67D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE67D1 is #31982E. Grayscale: #919191. Windows color (decimal): -3250223 or 13723598. OLE color: 13723598.
HSL color Cylindrical-coordinate representation of color #CE67D1: hue angle of 298.3º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE67D1 is Cyan = 0.01, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 103 | 209 | - |
| CMYK | 0.01 | 0.51 | 0 | 0.18 |
| HSL | 298.3º | 0.54% | 0.61% | - |
| HSV(B) | 298.3º | 0.51% | 0.82% | - |
| XYZ | 41.81 | 27.43 | 63.41 | - |
| YUV | 145.88 | 163.62 | 170.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 103 | 209 | 0.01 | 0.51 | 0 | 0.18 | 298.3 | 0.54 | 0.61 |
| Hex | CE | 67 | D1 | 1 | 33 | 0 | 12 | 12A | 36 | 3D |
| Octal | 316 | 147 | 321 | 1 | 63 | 0 | 22 | 452 | 66 | 75 |
| Binary | 11001110 | 1100111 | 11010001 | 1 | 110011 | 0 | 10010 | 100101010 | 110110 | 111101 |
Color Harmonies of #CE67D1
Complementary color
Monochromatic Colors of #CE67D1
Black with #CE67D1
Text Example
Text Example
White with #CE67D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE67D1; }
p { color: rgb(206,103,209); }
H1.HeaderClassName
{
color: #CE67D1;
}
.AnyTagClassName
{
color: #CE67D1;
}
</style>
background-color css
<style>
a { background-color: #CE67D1; }
a { background-color: rgb(206,103,209); }
div.DivClassName
{
background-color: #CE67D1;
}
.BgClassName
{
background-color: #CE67D1;
}
</style>
border-color css
<style>
span { border-color: #CE67D1; }
span { border-color: rgb(206,103,209); }
td.TdClassName
{
border-color: #CE67D1;
}
.TagClassName
{
border-color: #CE67D1;
}
</style>