Shades of Orchid #CE6FBE
Tints of Orchid #CE6FBE
RGB
CMYK
RGB Variations
Color information
#CE6FBE (or 0xCE6FBE) is known color: Orchid. HEX triplet: CE, 6F and BE. RGB value is (206,111,190). Sum of RGB (Red+Green+Blue) = 206+111+190=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 190 (74.61% from 255 or 37.48% from 507); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FBE is #319041. Grayscale: #949494. Windows color (decimal): -3248194 or 12480462. OLE color: 12480462.
HSL color Cylindrical-coordinate representation of color #CE6FBE: hue angle of 310.11º 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 #CE6FBE is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 111 | 190 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.19 |
| HSL | 310.11º | 0.49% | 0.62% | - |
| HSV(B) | 310.11º | 0.46% | 0.81% | - |
| XYZ | 40.43 | 28.21 | 52.03 | - |
| YUV | 148.41 | 151.47 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 190 | 0 | 0.46 | 0.08 | 0.19 | 310.11 | 0.49 | 0.62 |
| Hex | CE | 6F | BE | 0 | 2E | 8 | 13 | 136 | 31 | 3E |
| Octal | 316 | 157 | 276 | 0 | 56 | 10 | 23 | 466 | 61 | 76 |
| Binary | 11001110 | 1101111 | 10111110 | 0 | 101110 | 1000 | 10011 | 100110110 | 110001 | 111110 |
Color Harmonies of #CE6FBE
Complementary color
Monochromatic Colors of #CE6FBE
Black with #CE6FBE
Text Example
Text Example
White with #CE6FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FBE; }
p { color: rgb(206,111,190); }
H1.HeaderClassName
{
color: #CE6FBE;
}
.AnyTagClassName
{
color: #CE6FBE;
}
</style>
background-color css
<style>
a { background-color: #CE6FBE; }
a { background-color: rgb(206,111,190); }
div.DivClassName
{
background-color: #CE6FBE;
}
.BgClassName
{
background-color: #CE6FBE;
}
</style>
border-color css
<style>
span { border-color: #CE6FBE; }
span { border-color: rgb(206,111,190); }
td.TdClassName
{
border-color: #CE6FBE;
}
.TagClassName
{
border-color: #CE6FBE;
}
</style>