Shades of Orchid #CE66D4
Tints of Orchid #CE66D4
RGB
CMYK
RGB Variations
Color information
#CE66D4 (or 0xCE66D4) is known color: Orchid. HEX triplet: CE, 66 and D4. RGB value is (206,102,212). Sum of RGB (Red+Green+Blue) = 206+102+212=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 102 (40.23% from 255 or 19.62% from 520); Blue value is 212 (83.20% from 255 or 40.77% from 520); Max value from RGB is 212 - color contains mainly: blue. Hex color #CE66D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66D4 is #31992B. Grayscale: #919191. Windows color (decimal): -3250476 or 13919950. OLE color: 13919950.
HSL color Cylindrical-coordinate representation of color #CE66D4: hue angle of 296.73º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CE66D4 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 102 | 212 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.17 |
| HSL | 296.73º | 0.56% | 0.62% | - |
| HSV(B) | 296.73º | 0.52% | 0.83% | - |
| XYZ | 42.09 | 27.38 | 65.35 | - |
| YUV | 145.64 | 165.46 | 171.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 212 | 0.03 | 0.52 | 0 | 0.17 | 296.73 | 0.56 | 0.62 |
| Hex | CE | 66 | D4 | 3 | 34 | 0 | 11 | 129 | 38 | 3E |
| Octal | 316 | 146 | 324 | 3 | 64 | 0 | 21 | 451 | 70 | 76 |
| Binary | 11001110 | 1100110 | 11010100 | 11 | 110100 | 0 | 10001 | 100101001 | 111000 | 111110 |
Color Harmonies of #CE66D4
Complementary color
Monochromatic Colors of #CE66D4
Black with #CE66D4
Text Example
Text Example
White with #CE66D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66D4; }
p { color: rgb(206,102,212); }
H1.HeaderClassName
{
color: #CE66D4;
}
.AnyTagClassName
{
color: #CE66D4;
}
</style>
background-color css
<style>
a { background-color: #CE66D4; }
a { background-color: rgb(206,102,212); }
div.DivClassName
{
background-color: #CE66D4;
}
.BgClassName
{
background-color: #CE66D4;
}
</style>
border-color css
<style>
span { border-color: #CE66D4; }
span { border-color: rgb(206,102,212); }
td.TdClassName
{
border-color: #CE66D4;
}
.TagClassName
{
border-color: #CE66D4;
}
</style>