Shades of Orchid #CE6FC7
Tints of Orchid #CE6FC7
RGB
CMYK
RGB Variations
Color information
#CE6FC7 (or 0xCE6FC7) is known color: Orchid. HEX triplet: CE, 6F and C7. RGB value is (206,111,199). Sum of RGB (Red+Green+Blue) = 206+111+199=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 111 (43.75% from 255 or 21.51% from 516); Blue value is 199 (78.12% from 255 or 38.57% from 516); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FC7 is #319038. Grayscale: #959595. Windows color (decimal): -3248185 or 13070286. OLE color: 13070286.
HSL color Cylindrical-coordinate representation of color #CE6FC7: hue angle of 304.42º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CE6FC7 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 199 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.19 |
| HSL | 304.42º | 0.49% | 0.62% | - |
| HSV(B) | 304.42º | 0.46% | 0.81% | - |
| XYZ | 41.45 | 28.61 | 57.37 | - |
| YUV | 149.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 199 | 0 | 0.46 | 0.03 | 0.19 | 304.42 | 0.49 | 0.62 |
| Hex | CE | 6F | C7 | 0 | 2E | 3 | 13 | 130 | 31 | 3E |
| Octal | 316 | 157 | 307 | 0 | 56 | 3 | 23 | 460 | 61 | 76 |
| Binary | 11001110 | 1101111 | 11000111 | 0 | 101110 | 11 | 10011 | 100110000 | 110001 | 111110 |
Color Harmonies of #CE6FC7
Complementary color
Monochromatic Colors of #CE6FC7
Black with #CE6FC7
Text Example
Text Example
White with #CE6FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FC7; }
p { color: rgb(206,111,199); }
H1.HeaderClassName
{
color: #CE6FC7;
}
.AnyTagClassName
{
color: #CE6FC7;
}
</style>
background-color css
<style>
a { background-color: #CE6FC7; }
a { background-color: rgb(206,111,199); }
div.DivClassName
{
background-color: #CE6FC7;
}
.BgClassName
{
background-color: #CE6FC7;
}
</style>
border-color css
<style>
span { border-color: #CE6FC7; }
span { border-color: rgb(206,111,199); }
td.TdClassName
{
border-color: #CE6FC7;
}
.TagClassName
{
border-color: #CE6FC7;
}
</style>