Shades of Orchid #C375D9
Tints of Orchid #C375D9
RGB
CMYK
RGB Variations
Color information
#C375D9 (or 0xC375D9) is known color: Orchid. HEX triplet: C3, 75 and D9. RGB value is (195,117,217). Sum of RGB (Red+Green+Blue) = 195+117+217=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 117 (46.09% from 255 or 22.12% from 529); Blue value is 217 (85.16% from 255 or 41.02% from 529); Max value from RGB is 217 - color contains mainly: blue. Hex color #C375D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375D9 is #3C8A26. Grayscale: #979797. Windows color (decimal): -3967527 or 14251459. OLE color: 14251459.
HSL color Cylindrical-coordinate representation of color #C375D9: hue angle of 286.8º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C375D9 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 117 | 217 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.15 |
| HSL | 286.8º | 0.57% | 0.65% | - |
| HSV(B) | 286.8º | 0.46% | 0.85% | - |
| XYZ | 41.39 | 29.33 | 69.13 | - |
| YUV | 151.72 | 164.84 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 217 | 0.10 | 0.46 | 0 | 0.15 | 286.8 | 0.57 | 0.65 |
| Hex | C3 | 75 | D9 | A | 2E | 0 | F | 11F | 39 | 41 |
| Octal | 303 | 165 | 331 | 12 | 56 | 0 | 17 | 437 | 71 | 101 |
| Binary | 11000011 | 1110101 | 11011001 | 1010 | 101110 | 0 | 1111 | 100011111 | 111001 | 1000001 |
Color Harmonies of #C375D9
Complementary color
Monochromatic Colors of #C375D9
Black with #C375D9
Text Example
Text Example
White with #C375D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C375D9; }
p { color: rgb(195,117,217); }
H1.HeaderClassName
{
color: #C375D9;
}
.AnyTagClassName
{
color: #C375D9;
}
</style>
background-color css
<style>
a { background-color: #C375D9; }
a { background-color: rgb(195,117,217); }
div.DivClassName
{
background-color: #C375D9;
}
.BgClassName
{
background-color: #C375D9;
}
</style>
border-color css
<style>
span { border-color: #C375D9; }
span { border-color: rgb(195,117,217); }
td.TdClassName
{
border-color: #C375D9;
}
.TagClassName
{
border-color: #C375D9;
}
</style>