Shades of Orchid #C375CD
Tints of Orchid #C375CD
RGB
CMYK
RGB Variations
Color information
#C375CD (or 0xC375CD) is known color: Orchid. HEX triplet: C3, 75 and CD. RGB value is (195,117,205). Sum of RGB (Red+Green+Blue) = 195+117+205=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 117 (46.09% from 255 or 22.63% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #C375CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375CD is #3C8A32. Grayscale: #969696. Windows color (decimal): -3967539 or 13465027. OLE color: 13465027.
HSL color Cylindrical-coordinate representation of color #C375CD: hue angle of 293.18º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C375CD is Cyan = 0.05, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 117 | 205 | - |
| CMYK | 0.05 | 0.43 | 0 | 0.20 |
| HSL | 293.18º | 0.47% | 0.63% | - |
| HSV(B) | 293.18º | 0.43% | 0.8% | - |
| XYZ | 39.89 | 28.73 | 61.2 | - |
| YUV | 150.35 | 158.84 | 159.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 205 | 0.05 | 0.43 | 0 | 0.20 | 293.18 | 0.47 | 0.63 |
| Hex | C3 | 75 | CD | 5 | 2B | 0 | 14 | 125 | 2F | 3F |
| Octal | 303 | 165 | 315 | 5 | 53 | 0 | 24 | 445 | 57 | 77 |
| Binary | 11000011 | 1110101 | 11001101 | 101 | 101011 | 0 | 10100 | 100100101 | 101111 | 111111 |
Color Harmonies of #C375CD
Complementary color
Monochromatic Colors of #C375CD
Black with #C375CD
Text Example
Text Example
White with #C375CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C375CD; }
p { color: rgb(195,117,205); }
H1.HeaderClassName
{
color: #C375CD;
}
.AnyTagClassName
{
color: #C375CD;
}
</style>
background-color css
<style>
a { background-color: #C375CD; }
a { background-color: rgb(195,117,205); }
div.DivClassName
{
background-color: #C375CD;
}
.BgClassName
{
background-color: #C375CD;
}
</style>
border-color css
<style>
span { border-color: #C375CD; }
span { border-color: rgb(195,117,205); }
td.TdClassName
{
border-color: #C375CD;
}
.TagClassName
{
border-color: #C375CD;
}
</style>