Shades of Orchid #C373CC
Tints of Orchid #C373CC
RGB
CMYK
RGB Variations
Color information
#C373CC (or 0xC373CC) is known color: Orchid. HEX triplet: C3, 73 and CC. RGB value is (195,115,204). Sum of RGB (Red+Green+Blue) = 195+115+204=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 115 (45.31% from 255 or 22.37% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #C373CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373CC is #3C8C33. Grayscale: #949494. Windows color (decimal): -3968052 or 13398979. OLE color: 13398979.
HSL color Cylindrical-coordinate representation of color #C373CC: hue angle of 293.93º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C373CC is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 195 | 115 | 204 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.2 |
| HSL | 293.93º | 0.47% | 0.63% | - |
| HSV(B) | 293.93º | 0.44% | 0.8% | - |
| XYZ | 39.54 | 28.22 | 60.49 | - |
| YUV | 149.07 | 159 | 160.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 204 | 0.04 | 0.44 | 0 | 0.2 | 293.93 | 0.47 | 0.63 |
| Hex | C3 | 73 | CC | 4 | 2C | 0 | 14 | 126 | 2F | 3F |
| Octal | 303 | 163 | 314 | 4 | 54 | 0 | 24 | 446 | 57 | 77 |
| Binary | 11000011 | 1110011 | 11001100 | 100 | 101100 | 0 | 10100 | 100100110 | 101111 | 111111 |
Color Harmonies of #C373CC
Complementary color
Monochromatic Colors of #C373CC
Black with #C373CC
Text Example
Text Example
White with #C373CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C373CC; }
p { color: rgb(195,115,204); }
H1.HeaderClassName
{
color: #C373CC;
}
.AnyTagClassName
{
color: #C373CC;
}
</style>
background-color css
<style>
a { background-color: #C373CC; }
a { background-color: rgb(195,115,204); }
div.DivClassName
{
background-color: #C373CC;
}
.BgClassName
{
background-color: #C373CC;
}
</style>
border-color css
<style>
span { border-color: #C373CC; }
span { border-color: rgb(195,115,204); }
td.TdClassName
{
border-color: #C373CC;
}
.TagClassName
{
border-color: #C373CC;
}
</style>