Shades of Orchid #C074CD
Tints of Orchid #C074CD
RGB
CMYK
RGB Variations
Color information
#C074CD (or 0xC074CD) is known color: Orchid. HEX triplet: C0, 74 and CD. RGB value is (192,116,205). Sum of RGB (Red+Green+Blue) = 192+116+205=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 116 (45.70% from 255 or 22.61% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #C074CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C074CD is #3F8B32. Grayscale: #949494. Windows color (decimal): -4164403 or 13464768. OLE color: 13464768.
HSL color Cylindrical-coordinate representation of color #C074CD: hue angle of 291.24º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C074CD is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 116 | 205 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.20 |
| HSL | 291.24º | 0.47% | 0.63% | - |
| HSV(B) | 291.24º | 0.43% | 0.8% | - |
| XYZ | 39 | 28.11 | 61.13 | - |
| YUV | 148.87 | 159.68 | 158.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 116 | 205 | 0.06 | 0.43 | 0 | 0.20 | 291.24 | 0.47 | 0.63 |
| Hex | C0 | 74 | CD | 6 | 2B | 0 | 14 | 123 | 2F | 3F |
| Octal | 300 | 164 | 315 | 6 | 53 | 0 | 24 | 443 | 57 | 77 |
| Binary | 11000000 | 1110100 | 11001101 | 110 | 101011 | 0 | 10100 | 100100011 | 101111 | 111111 |
Color Harmonies of #C074CD
Complementary color
Monochromatic Colors of #C074CD
Black with #C074CD
Text Example
Text Example
White with #C074CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C074CD; }
p { color: rgb(192,116,205); }
H1.HeaderClassName
{
color: #C074CD;
}
.AnyTagClassName
{
color: #C074CD;
}
</style>
background-color css
<style>
a { background-color: #C074CD; }
a { background-color: rgb(192,116,205); }
div.DivClassName
{
background-color: #C074CD;
}
.BgClassName
{
background-color: #C074CD;
}
</style>
border-color css
<style>
span { border-color: #C074CD; }
span { border-color: rgb(192,116,205); }
td.TdClassName
{
border-color: #C074CD;
}
.TagClassName
{
border-color: #C074CD;
}
</style>