Shades of Orchid #C375C0
Tints of Orchid #C375C0
RGB
CMYK
RGB Variations
Color information
#C375C0 (or 0xC375C0) is known color: Orchid. HEX triplet: C3, 75 and C0. RGB value is (195,117,192). Sum of RGB (Red+Green+Blue) = 195+117+192=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 117 (46.09% from 255 or 23.21% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 195 - color contains mainly: red. Hex color #C375C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375C0 is #3C8A3F. Grayscale: #949494. Windows color (decimal): -3967552 or 12613059. OLE color: 12613059.
HSL color Cylindrical-coordinate representation of color #C375C0: hue angle of 302.31º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C375C0 is Cyan = 0, Magento = 0.4, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 192 | - |
| CMYK | 0 | 0.4 | 0.02 | 0.24 |
| HSL | 302.31º | 0.39% | 0.61% | - |
| HSV(B) | 302.31º | 0.4% | 0.76% | - |
| XYZ | 38.38 | 28.13 | 53.28 | - |
| YUV | 148.87 | 152.34 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 192 | 0 | 0.4 | 0.02 | 0.24 | 302.31 | 0.39 | 0.61 |
| Hex | C3 | 75 | C0 | 0 | 28 | 2 | 18 | 12E | 27 | 3D |
| Octal | 303 | 165 | 300 | 0 | 50 | 2 | 30 | 456 | 47 | 75 |
| Binary | 11000011 | 1110101 | 11000000 | 0 | 101000 | 10 | 11000 | 100101110 | 100111 | 111101 |
Color Harmonies of #C375C0
Complementary color
Monochromatic Colors of #C375C0
Black with #C375C0
Text Example
Text Example
White with #C375C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C375C0; }
p { color: rgb(195,117,192); }
H1.HeaderClassName
{
color: #C375C0;
}
.AnyTagClassName
{
color: #C375C0;
}
</style>
background-color css
<style>
a { background-color: #C375C0; }
a { background-color: rgb(195,117,192); }
div.DivClassName
{
background-color: #C375C0;
}
.BgClassName
{
background-color: #C375C0;
}
</style>
border-color css
<style>
span { border-color: #C375C0; }
span { border-color: rgb(195,117,192); }
td.TdClassName
{
border-color: #C375C0;
}
.TagClassName
{
border-color: #C375C0;
}
</style>