Shades of Orchid #CE69D4
Tints of Orchid #CE69D4
RGB
CMYK
RGB Variations
Color information
#CE69D4 (or 0xCE69D4) is known color: Orchid. HEX triplet: CE, 69 and D4. RGB value is (206,105,212). Sum of RGB (Red+Green+Blue) = 206+105+212=523 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.39% from 523); Green value is 105 (41.41% from 255 or 20.08% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE69D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE69D4 is #31962B. Grayscale: #939393. Windows color (decimal): -3249708 or 13920718. OLE color: 13920718.
HSL color Cylindrical-coordinate representation of color #CE69D4: hue angle of 296.64º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE69D4 is Cyan = 0.03, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 105 | 212 | - |
| CMYK | 0.03 | 0.50 | 0 | 0.17 |
| HSL | 296.64º | 0.55% | 0.62% | - |
| HSV(B) | 296.64º | 0.5% | 0.83% | - |
| XYZ | 42.39 | 27.98 | 65.45 | - |
| YUV | 147.4 | 164.46 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 105 | 212 | 0.03 | 0.50 | 0 | 0.17 | 296.64 | 0.55 | 0.62 |
| Hex | CE | 69 | D4 | 3 | 32 | 0 | 11 | 129 | 37 | 3E |
| Octal | 316 | 151 | 324 | 3 | 62 | 0 | 21 | 451 | 67 | 76 |
| Binary | 11001110 | 1101001 | 11010100 | 11 | 110010 | 0 | 10001 | 100101001 | 110111 | 111110 |
Color Harmonies of #CE69D4
Complementary color
Monochromatic Colors of #CE69D4
Black with #CE69D4
Text Example
Text Example
White with #CE69D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE69D4; }
p { color: rgb(206,105,212); }
H1.HeaderClassName
{
color: #CE69D4;
}
.AnyTagClassName
{
color: #CE69D4;
}
</style>
background-color css
<style>
a { background-color: #CE69D4; }
a { background-color: rgb(206,105,212); }
div.DivClassName
{
background-color: #CE69D4;
}
.BgClassName
{
background-color: #CE69D4;
}
</style>
border-color css
<style>
span { border-color: #CE69D4; }
span { border-color: rgb(206,105,212); }
td.TdClassName
{
border-color: #CE69D4;
}
.TagClassName
{
border-color: #CE69D4;
}
</style>