Shades of Orchid #CE70B7
Tints of Orchid #CE70B7
RGB
CMYK
RGB Variations
Color information
#CE70B7 (or 0xCE70B7) is known color: Orchid. HEX triplet: CE, 70 and B7. RGB value is (206,112,183). Sum of RGB (Red+Green+Blue) = 206+112+183=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 112 (44.14% from 255 or 22.36% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 206 - color contains mainly: red. Hex color #CE70B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE70B7 is #318F48. Grayscale: #949494. Windows color (decimal): -3247945 or 12021966. OLE color: 12021966.
HSL color Cylindrical-coordinate representation of color #CE70B7: hue angle of 314.68º 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 #CE70B7 is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 112 | 183 | - |
| CMYK | 0 | 0.46 | 0.11 | 0.19 |
| HSL | 314.68º | 0.49% | 0.62% | - |
| HSV(B) | 314.68º | 0.46% | 0.81% | - |
| XYZ | 39.8 | 28.13 | 48.13 | - |
| YUV | 148.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 112 | 183 | 0 | 0.46 | 0.11 | 0.19 | 314.68 | 0.49 | 0.62 |
| Hex | CE | 70 | B7 | 0 | 2E | B | 13 | 13B | 31 | 3E |
| Octal | 316 | 160 | 267 | 0 | 56 | 13 | 23 | 473 | 61 | 76 |
| Binary | 11001110 | 1110000 | 10110111 | 0 | 101110 | 1011 | 10011 | 100111011 | 110001 | 111110 |
Color Harmonies of #CE70B7
Complementary color
Monochromatic Colors of #CE70B7
Black with #CE70B7
Text Example
Text Example
White with #CE70B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE70B7; }
p { color: rgb(206,112,183); }
H1.HeaderClassName
{
color: #CE70B7;
}
.AnyTagClassName
{
color: #CE70B7;
}
</style>
background-color css
<style>
a { background-color: #CE70B7; }
a { background-color: rgb(206,112,183); }
div.DivClassName
{
background-color: #CE70B7;
}
.BgClassName
{
background-color: #CE70B7;
}
</style>
border-color css
<style>
span { border-color: #CE70B7; }
span { border-color: rgb(206,112,183); }
td.TdClassName
{
border-color: #CE70B7;
}
.TagClassName
{
border-color: #CE70B7;
}
</style>