Shades of Orchid #C373C4
Tints of Orchid #C373C4
RGB
CMYK
RGB Variations
Color information
#C373C4 (or 0xC373C4) is known color: Orchid. HEX triplet: C3, 73 and C4. RGB value is (195,115,196). Sum of RGB (Red+Green+Blue) = 195+115+196=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 115 (45.31% from 255 or 22.73% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #C373C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C373C4 is #3C8C3B. Grayscale: #939393. Windows color (decimal): -3968060 or 12874691. OLE color: 12874691.
HSL color Cylindrical-coordinate representation of color #C373C4: hue angle of 299.26º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C373C4 is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 195 | 115 | 196 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.23 |
| HSL | 299.26º | 0.41% | 0.61% | - |
| HSV(B) | 299.26º | 0.41% | 0.77% | - |
| XYZ | 38.6 | 27.85 | 55.57 | - |
| YUV | 148.15 | 155 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 115 | 196 | 0.01 | 0.41 | 0 | 0.23 | 299.26 | 0.41 | 0.61 |
| Hex | C3 | 73 | C4 | 1 | 29 | 0 | 17 | 12B | 29 | 3D |
| Octal | 303 | 163 | 304 | 1 | 51 | 0 | 27 | 453 | 51 | 75 |
| Binary | 11000011 | 1110011 | 11000100 | 1 | 101001 | 0 | 10111 | 100101011 | 101001 | 111101 |
Color Harmonies of #C373C4
Complementary color
Monochromatic Colors of #C373C4
Black with #C373C4
Text Example
Text Example
White with #C373C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C373C4; }
p { color: rgb(195,115,196); }
H1.HeaderClassName
{
color: #C373C4;
}
.AnyTagClassName
{
color: #C373C4;
}
</style>
background-color css
<style>
a { background-color: #C373C4; }
a { background-color: rgb(195,115,196); }
div.DivClassName
{
background-color: #C373C4;
}
.BgClassName
{
background-color: #C373C4;
}
</style>
border-color css
<style>
span { border-color: #C373C4; }
span { border-color: rgb(195,115,196); }
td.TdClassName
{
border-color: #C373C4;
}
.TagClassName
{
border-color: #C373C4;
}
</style>