Shades of Orchid #C370CD
Tints of Orchid #C370CD
RGB
CMYK
RGB Variations
Color information
#C370CD (or 0xC370CD) is known color: Orchid. HEX triplet: C3, 70 and CD. RGB value is (195,112,205). Sum of RGB (Red+Green+Blue) = 195+112+205=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 112 (44.14% from 255 or 21.88% from 512); Blue value is 205 (80.47% from 255 or 40.04% from 512); Max value from RGB is 205 - color contains mainly: blue. Hex color #C370CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C370CD is #3C8F32. Grayscale: #939393. Windows color (decimal): -3968819 or 13463747. OLE color: 13463747.
HSL color Cylindrical-coordinate representation of color #C370CD: hue angle of 293.55º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C370CD is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 112 | 205 | - |
| CMYK | 0.05 | 0.45 | 0 | 0.20 |
| HSL | 293.55º | 0.48% | 0.62% | - |
| HSV(B) | 293.55º | 0.45% | 0.8% | - |
| XYZ | 39.32 | 27.6 | 61.01 | - |
| YUV | 147.42 | 160.5 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 112 | 205 | 0.05 | 0.45 | 0 | 0.20 | 293.55 | 0.48 | 0.62 |
| Hex | C3 | 70 | CD | 5 | 2D | 0 | 14 | 126 | 30 | 3E |
| Octal | 303 | 160 | 315 | 5 | 55 | 0 | 24 | 446 | 60 | 76 |
| Binary | 11000011 | 1110000 | 11001101 | 101 | 101101 | 0 | 10100 | 100100110 | 110000 | 111110 |
Color Harmonies of #C370CD
Complementary color
Monochromatic Colors of #C370CD
Black with #C370CD
Text Example
Text Example
White with #C370CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C370CD; }
p { color: rgb(195,112,205); }
H1.HeaderClassName
{
color: #C370CD;
}
.AnyTagClassName
{
color: #C370CD;
}
</style>
background-color css
<style>
a { background-color: #C370CD; }
a { background-color: rgb(195,112,205); }
div.DivClassName
{
background-color: #C370CD;
}
.BgClassName
{
background-color: #C370CD;
}
</style>
border-color css
<style>
span { border-color: #C370CD; }
span { border-color: rgb(195,112,205); }
td.TdClassName
{
border-color: #C370CD;
}
.TagClassName
{
border-color: #C370CD;
}
</style>