Shades of Orchid #CE74B7
Tints of Orchid #CE74B7
RGB
CMYK
RGB Variations
Color information
#CE74B7 (or 0xCE74B7) is known color: Orchid. HEX triplet: CE, 74 and B7. RGB value is (206,116,183). Sum of RGB (Red+Green+Blue) = 206+116+183=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 116 (45.70% from 255 or 22.97% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 206 - color contains mainly: red. Hex color #CE74B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE74B7 is #318B48. Grayscale: #969696. Windows color (decimal): -3246921 or 12022990. OLE color: 12022990.
HSL color Cylindrical-coordinate representation of color #CE74B7: hue angle of 315.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CE74B7 is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 116 | 183 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.19 |
| HSL | 315.33º | 0.48% | 0.63% | - |
| HSV(B) | 315.33º | 0.44% | 0.81% | - |
| XYZ | 40.25 | 29.03 | 48.28 | - |
| YUV | 150.55 | 146.32 | 167.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 116 | 183 | 0 | 0.44 | 0.11 | 0.19 | 315.33 | 0.48 | 0.63 |
| Hex | CE | 74 | B7 | 0 | 2C | B | 13 | 13B | 30 | 3F |
| Octal | 316 | 164 | 267 | 0 | 54 | 13 | 23 | 473 | 60 | 77 |
| Binary | 11001110 | 1110100 | 10110111 | 0 | 101100 | 1011 | 10011 | 100111011 | 110000 | 111111 |
Color Harmonies of #CE74B7
Complementary color
Monochromatic Colors of #CE74B7
Black with #CE74B7
Text Example
Text Example
White with #CE74B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE74B7; }
p { color: rgb(206,116,183); }
H1.HeaderClassName
{
color: #CE74B7;
}
.AnyTagClassName
{
color: #CE74B7;
}
</style>
background-color css
<style>
a { background-color: #CE74B7; }
a { background-color: rgb(206,116,183); }
div.DivClassName
{
background-color: #CE74B7;
}
.BgClassName
{
background-color: #CE74B7;
}
</style>
border-color css
<style>
span { border-color: #CE74B7; }
span { border-color: rgb(206,116,183); }
td.TdClassName
{
border-color: #CE74B7;
}
.TagClassName
{
border-color: #CE74B7;
}
</style>