Shades of Orchid #C370CF
Tints of Orchid #C370CF
RGB
CMYK
RGB Variations
Color information
#C370CF (or 0xC370CF) is known color: Orchid. HEX triplet: C3, 70 and CF. RGB value is (195,112,207). Sum of RGB (Red+Green+Blue) = 195+112+207=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #C370CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370CF is #3C8F30. Grayscale: #939393. Windows color (decimal): -3968817 or 13594819. OLE color: 13594819.
HSL color Cylindrical-coordinate representation of color #C370CF: hue angle of 292.42º 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 #C370CF is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 112 | 207 | - |
| CMYK | 0.06 | 0.46 | 0 | 0.19 |
| HSL | 292.42º | 0.5% | 0.63% | - |
| HSV(B) | 292.42º | 0.46% | 0.81% | - |
| XYZ | 39.56 | 27.7 | 62.29 | - |
| YUV | 147.65 | 161.5 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 207 | 0.06 | 0.46 | 0 | 0.19 | 292.42 | 0.5 | 0.63 |
| Hex | C3 | 70 | CF | 6 | 2E | 0 | 13 | 124 | 32 | 3F |
| Octal | 303 | 160 | 317 | 6 | 56 | 0 | 23 | 444 | 62 | 77 |
| Binary | 11000011 | 1110000 | 11001111 | 110 | 101110 | 0 | 10011 | 100100100 | 110010 | 111111 |
Color Harmonies of #C370CF
Complementary color
Monochromatic Colors of #C370CF
Black with #C370CF
Text Example
Text Example
White with #C370CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370CF; }
p { color: rgb(195,112,207); }
H1.HeaderClassName
{
color: #C370CF;
}
.AnyTagClassName
{
color: #C370CF;
}
</style>
background-color css
<style>
a { background-color: #C370CF; }
a { background-color: rgb(195,112,207); }
div.DivClassName
{
background-color: #C370CF;
}
.BgClassName
{
background-color: #C370CF;
}
</style>
border-color css
<style>
span { border-color: #C370CF; }
span { border-color: rgb(195,112,207); }
td.TdClassName
{
border-color: #C370CF;
}
.TagClassName
{
border-color: #C370CF;
}
</style>