Shades of Orchid #CE70BF
Tints of Orchid #CE70BF
RGB
CMYK
RGB Variations
Color information
#CE70BF (or 0xCE70BF) is known color: Orchid. HEX triplet: CE, 70 and BF. RGB value is (206,112,191). Sum of RGB (Red+Green+Blue) = 206+112+191=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 191 (75% from 255 or 37.52% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70BF is #318F40. Grayscale: #949494. Windows color (decimal): -3247937 or 12546254. OLE color: 12546254.
HSL color Cylindrical-coordinate representation of color #CE70BF: hue angle of 309.57º 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 #CE70BF is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 191 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.19 |
| HSL | 309.57º | 0.49% | 0.62% | - |
| HSV(B) | 309.57º | 0.46% | 0.81% | - |
| XYZ | 40.65 | 28.47 | 52.64 | - |
| YUV | 149.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 191 | 0 | 0.46 | 0.07 | 0.19 | 309.57 | 0.49 | 0.62 |
| Hex | CE | 70 | BF | 0 | 2E | 7 | 13 | 136 | 31 | 3E |
| Octal | 316 | 160 | 277 | 0 | 56 | 7 | 23 | 466 | 61 | 76 |
| Binary | 11001110 | 1110000 | 10111111 | 0 | 101110 | 111 | 10011 | 100110110 | 110001 | 111110 |
Color Harmonies of #CE70BF
Complementary color
Monochromatic Colors of #CE70BF
Black with #CE70BF
Text Example
Text Example
White with #CE70BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70BF; }
p { color: rgb(206,112,191); }
H1.HeaderClassName
{
color: #CE70BF;
}
.AnyTagClassName
{
color: #CE70BF;
}
</style>
background-color css
<style>
a { background-color: #CE70BF; }
a { background-color: rgb(206,112,191); }
div.DivClassName
{
background-color: #CE70BF;
}
.BgClassName
{
background-color: #CE70BF;
}
</style>
border-color css
<style>
span { border-color: #CE70BF; }
span { border-color: rgb(206,112,191); }
td.TdClassName
{
border-color: #CE70BF;
}
.TagClassName
{
border-color: #CE70BF;
}
</style>