Shades of Orchid #C373D9
Tints of Orchid #C373D9
RGB
CMYK
RGB Variations
Color information
#C373D9 (or 0xC373D9) is known color: Orchid. HEX triplet: C3, 73 and D9. RGB value is (195,115,217). Sum of RGB (Red+Green+Blue) = 195+115+217=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 115 (45.31% from 255 or 21.82% from 527); Blue value is 217 (85.16% from 255 or 41.18% from 527); Max value from RGB is 217 - color contains mainly: blue. Hex color #C373D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373D9 is #3C8C26. Grayscale: #969696. Windows color (decimal): -3968039 or 14250947. OLE color: 14250947.
HSL color Cylindrical-coordinate representation of color #C373D9: hue angle of 287.06º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C373D9 is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 115 | 217 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.15 |
| HSL | 287.06º | 0.57% | 0.65% | - |
| HSV(B) | 287.06º | 0.47% | 0.85% | - |
| XYZ | 41.16 | 28.87 | 69.05 | - |
| YUV | 150.55 | 165.5 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 217 | 0.10 | 0.47 | 0 | 0.15 | 287.06 | 0.57 | 0.65 |
| Hex | C3 | 73 | D9 | A | 2F | 0 | F | 11F | 39 | 41 |
| Octal | 303 | 163 | 331 | 12 | 57 | 0 | 17 | 437 | 71 | 101 |
| Binary | 11000011 | 1110011 | 11011001 | 1010 | 101111 | 0 | 1111 | 100011111 | 111001 | 1000001 |
Color Harmonies of #C373D9
Complementary color
Monochromatic Colors of #C373D9
Black with #C373D9
Text Example
Text Example
White with #C373D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C373D9; }
p { color: rgb(195,115,217); }
H1.HeaderClassName
{
color: #C373D9;
}
.AnyTagClassName
{
color: #C373D9;
}
</style>
background-color css
<style>
a { background-color: #C373D9; }
a { background-color: rgb(195,115,217); }
div.DivClassName
{
background-color: #C373D9;
}
.BgClassName
{
background-color: #C373D9;
}
</style>
border-color css
<style>
span { border-color: #C373D9; }
span { border-color: rgb(195,115,217); }
td.TdClassName
{
border-color: #C373D9;
}
.TagClassName
{
border-color: #C373D9;
}
</style>