Shades of Orchid #C470CF
Tints of Orchid #C470CF
RGB
CMYK
RGB Variations
Color information
#C470CF (or 0xC470CF) is known color: Orchid. HEX triplet: C4, 70 and CF. RGB value is (196,112,207). Sum of RGB (Red+Green+Blue) = 196+112+207=515 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.06% from 515); Green value is 112 (44.14% from 255 or 21.75% from 515); Blue value is 207 (81.25% from 255 or 40.19% from 515); Max value from RGB is 207 - color contains mainly: blue. Hex color #C470CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C470CF is #3B8F30. Grayscale: #939393. Windows color (decimal): -3903281 or 13594820. OLE color: 13594820.
HSL color Cylindrical-coordinate representation of color #C470CF: hue angle of 293.05º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C470CF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 196 | 112 | 207 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.19 |
| HSL | 293.05º | 0.5% | 0.63% | - |
| HSV(B) | 293.05º | 0.46% | 0.81% | - |
| XYZ | 39.82 | 27.83 | 62.3 | - |
| YUV | 147.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 112 | 207 | 0.05 | 0.46 | 0 | 0.19 | 293.05 | 0.5 | 0.63 |
| Hex | C4 | 70 | CF | 5 | 2E | 0 | 13 | 125 | 32 | 3F |
| Octal | 304 | 160 | 317 | 5 | 56 | 0 | 23 | 445 | 62 | 77 |
| Binary | 11000100 | 1110000 | 11001111 | 101 | 101110 | 0 | 10011 | 100100101 | 110010 | 111111 |
Color Harmonies of #C470CF
Complementary color
Monochromatic Colors of #C470CF
Black with #C470CF
Text Example
Text Example
White with #C470CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C470CF; }
p { color: rgb(196,112,207); }
H1.HeaderClassName
{
color: #C470CF;
}
.AnyTagClassName
{
color: #C470CF;
}
</style>
background-color css
<style>
a { background-color: #C470CF; }
a { background-color: rgb(196,112,207); }
div.DivClassName
{
background-color: #C470CF;
}
.BgClassName
{
background-color: #C470CF;
}
</style>
border-color css
<style>
span { border-color: #C470CF; }
span { border-color: rgb(196,112,207); }
td.TdClassName
{
border-color: #C470CF;
}
.TagClassName
{
border-color: #C470CF;
}
</style>