Shades of Orchid #C375CE
Tints of Orchid #C375CE
RGB
CMYK
RGB Variations
Color information
#C375CE (or 0xC375CE) is known color: Orchid. HEX triplet: C3, 75 and CE. RGB value is (195,117,206). Sum of RGB (Red+Green+Blue) = 195+117+206=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 117 (46.09% from 255 or 22.59% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #C375CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375CE is #3C8A31. Grayscale: #969696. Windows color (decimal): -3967538 or 13530563. OLE color: 13530563.
HSL color Cylindrical-coordinate representation of color #C375CE: hue angle of 292.58º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C375CE is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 117 | 206 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.19 |
| HSL | 292.58º | 0.48% | 0.63% | - |
| HSV(B) | 292.58º | 0.43% | 0.81% | - |
| XYZ | 40.01 | 28.78 | 61.84 | - |
| YUV | 150.47 | 159.34 | 159.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 206 | 0.05 | 0.43 | 0 | 0.19 | 292.58 | 0.48 | 0.63 |
| Hex | C3 | 75 | CE | 5 | 2B | 0 | 13 | 125 | 30 | 3F |
| Octal | 303 | 165 | 316 | 5 | 53 | 0 | 23 | 445 | 60 | 77 |
| Binary | 11000011 | 1110101 | 11001110 | 101 | 101011 | 0 | 10011 | 100100101 | 110000 | 111111 |
Color Harmonies of #C375CE
Complementary color
Monochromatic Colors of #C375CE
Black with #C375CE
Text Example
Text Example
White with #C375CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C375CE; }
p { color: rgb(195,117,206); }
H1.HeaderClassName
{
color: #C375CE;
}
.AnyTagClassName
{
color: #C375CE;
}
</style>
background-color css
<style>
a { background-color: #C375CE; }
a { background-color: rgb(195,117,206); }
div.DivClassName
{
background-color: #C375CE;
}
.BgClassName
{
background-color: #C375CE;
}
</style>
border-color css
<style>
span { border-color: #C375CE; }
span { border-color: rgb(195,117,206); }
td.TdClassName
{
border-color: #C375CE;
}
.TagClassName
{
border-color: #C375CE;
}
</style>