Shades of Orchid #C370C8
Tints of Orchid #C370C8
RGB
CMYK
RGB Variations
Color information
#C370C8 (or 0xC370C8) is known color: Orchid. HEX triplet: C3, 70 and C8. RGB value is (195,112,200). Sum of RGB (Red+Green+Blue) = 195+112+200=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 200 (78.52% from 255 or 39.45% from 507); Max value from RGB is 200 - color contains mainly: blue. Hex color #C370C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370C8 is #3C8F37. Grayscale: #929292. Windows color (decimal): -3968824 or 13136067. OLE color: 13136067.
HSL color Cylindrical-coordinate representation of color #C370C8: hue angle of 296.59º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C370C8 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 195 | 112 | 200 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.22 |
| HSL | 296.59º | 0.44% | 0.61% | - |
| HSV(B) | 296.59º | 0.44% | 0.78% | - |
| XYZ | 38.73 | 27.36 | 57.88 | - |
| YUV | 146.85 | 158 | 162.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 200 | 0.02 | 0.44 | 0 | 0.22 | 296.59 | 0.44 | 0.61 |
| Hex | C3 | 70 | C8 | 2 | 2C | 0 | 16 | 129 | 2C | 3D |
| Octal | 303 | 160 | 310 | 2 | 54 | 0 | 26 | 451 | 54 | 75 |
| Binary | 11000011 | 1110000 | 11001000 | 10 | 101100 | 0 | 10110 | 100101001 | 101100 | 111101 |
Color Harmonies of #C370C8
Complementary color
Monochromatic Colors of #C370C8
Black with #C370C8
Text Example
Text Example
White with #C370C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370C8; }
p { color: rgb(195,112,200); }
H1.HeaderClassName
{
color: #C370C8;
}
.AnyTagClassName
{
color: #C370C8;
}
</style>
background-color css
<style>
a { background-color: #C370C8; }
a { background-color: rgb(195,112,200); }
div.DivClassName
{
background-color: #C370C8;
}
.BgClassName
{
background-color: #C370C8;
}
</style>
border-color css
<style>
span { border-color: #C370C8; }
span { border-color: rgb(195,112,200); }
td.TdClassName
{
border-color: #C370C8;
}
.TagClassName
{
border-color: #C370C8;
}
</style>