Shades of Orchid #C074CE
Tints of Orchid #C074CE
RGB
CMYK
RGB Variations
Color information
#C074CE (or 0xC074CE) is known color: Orchid. HEX triplet: C0, 74 and CE. RGB value is (192,116,206). Sum of RGB (Red+Green+Blue) = 192+116+206=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 116 (45.70% from 255 or 22.57% from 514); Blue value is 206 (80.86% from 255 or 40.08% from 514); Max value from RGB is 206 - color contains mainly: blue. Hex color #C074CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074CE is #3F8B31. Grayscale: #949494. Windows color (decimal): -4164402 or 13530304. OLE color: 13530304.
HSL color Cylindrical-coordinate representation of color #C074CE: hue angle of 290.67º 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 #C074CE is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 116 | 206 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.19 |
| HSL | 290.67º | 0.48% | 0.63% | - |
| HSV(B) | 290.67º | 0.44% | 0.81% | - |
| XYZ | 39.12 | 28.15 | 61.76 | - |
| YUV | 148.98 | 160.18 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 206 | 0.07 | 0.44 | 0 | 0.19 | 290.67 | 0.48 | 0.63 |
| Hex | C0 | 74 | CE | 7 | 2C | 0 | 13 | 123 | 30 | 3F |
| Octal | 300 | 164 | 316 | 7 | 54 | 0 | 23 | 443 | 60 | 77 |
| Binary | 11000000 | 1110100 | 11001110 | 111 | 101100 | 0 | 10011 | 100100011 | 110000 | 111111 |
Color Harmonies of #C074CE
Complementary color
Monochromatic Colors of #C074CE
Black with #C074CE
Text Example
Text Example
White with #C074CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074CE; }
p { color: rgb(192,116,206); }
H1.HeaderClassName
{
color: #C074CE;
}
.AnyTagClassName
{
color: #C074CE;
}
</style>
background-color css
<style>
a { background-color: #C074CE; }
a { background-color: rgb(192,116,206); }
div.DivClassName
{
background-color: #C074CE;
}
.BgClassName
{
background-color: #C074CE;
}
</style>
border-color css
<style>
span { border-color: #C074CE; }
span { border-color: rgb(192,116,206); }
td.TdClassName
{
border-color: #C074CE;
}
.TagClassName
{
border-color: #C074CE;
}
</style>