Shades of Orchid #CE66C7
Tints of Orchid #CE66C7
RGB
CMYK
RGB Variations
Color information
#CE66C7 (or 0xCE66C7) is known color: Orchid. HEX triplet: CE, 66 and C7. RGB value is (206,102,199). Sum of RGB (Red+Green+Blue) = 206+102+199=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 102 (40.23% from 255 or 20.12% from 507); Blue value is 199 (78.12% from 255 or 39.25% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE66C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66C7 is #319938. Grayscale: #8F8F8F. Windows color (decimal): -3250489 or 13067982. OLE color: 13067982.
HSL color Cylindrical-coordinate representation of color #CE66C7: hue angle of 304.04º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE66C7 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 102 | 199 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.19 |
| HSL | 304.04º | 0.51% | 0.6% | - |
| HSV(B) | 304.04º | 0.5% | 0.81% | - |
| XYZ | 40.51 | 26.75 | 57.06 | - |
| YUV | 144.15 | 158.96 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 199 | 0 | 0.50 | 0.03 | 0.19 | 304.04 | 0.51 | 0.6 |
| Hex | CE | 66 | C7 | 0 | 32 | 3 | 13 | 130 | 33 | 3C |
| Octal | 316 | 146 | 307 | 0 | 62 | 3 | 23 | 460 | 63 | 74 |
| Binary | 11001110 | 1100110 | 11000111 | 0 | 110010 | 11 | 10011 | 100110000 | 110011 | 111100 |
Color Harmonies of #CE66C7
Complementary color
Monochromatic Colors of #CE66C7
Black with #CE66C7
Text Example
Text Example
White with #CE66C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66C7; }
p { color: rgb(206,102,199); }
H1.HeaderClassName
{
color: #CE66C7;
}
.AnyTagClassName
{
color: #CE66C7;
}
</style>
background-color css
<style>
a { background-color: #CE66C7; }
a { background-color: rgb(206,102,199); }
div.DivClassName
{
background-color: #CE66C7;
}
.BgClassName
{
background-color: #CE66C7;
}
</style>
border-color css
<style>
span { border-color: #CE66C7; }
span { border-color: rgb(206,102,199); }
td.TdClassName
{
border-color: #CE66C7;
}
.TagClassName
{
border-color: #CE66C7;
}
</style>