Shades of Orchid #C375C3
Tints of Orchid #C375C3
RGB
CMYK
RGB Variations
Color information
#C375C3 (or 0xC375C3) is known color: Orchid. HEX triplet: C3, 75 and C3. RGB value is (195,117,195). Sum of RGB (Red+Green+Blue) = 195+117+195=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 195 (76.56% from 255 or 38.46% from 507); Max value from RGB is 195 - color contains mainly: red, blue. Hex color #C375C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375C3 is #3C8A3C. Grayscale: #949494. Windows color (decimal): -3967549 or 12809667. OLE color: 12809667.
HSL color Cylindrical-coordinate representation of color #C375C3: hue angle of 300º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C375C3 is Cyan = 0, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 195 | - |
| CMYK | 0 | 0.4 | 0 | 0.24 |
| HSL | 300º | 0.39% | 0.61% | - |
| HSV(B) | 300º | 0.4% | 0.76% | - |
| XYZ | 38.72 | 28.26 | 55.04 | - |
| YUV | 149.21 | 153.84 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 195 | 0 | 0.4 | 0 | 0.24 | 300 | 0.39 | 0.61 |
| Hex | C3 | 75 | C3 | 0 | 28 | 0 | 18 | 12C | 27 | 3D |
| Octal | 303 | 165 | 303 | 0 | 50 | 0 | 30 | 454 | 47 | 75 |
| Binary | 11000011 | 1110101 | 11000011 | 0 | 101000 | 0 | 11000 | 100101100 | 100111 | 111101 |
Color Harmonies of #C375C3
Complementary color
Monochromatic Colors of #C375C3
Black with #C375C3
Text Example
Text Example
White with #C375C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C375C3; }
p { color: rgb(195,117,195); }
H1.HeaderClassName
{
color: #C375C3;
}
.AnyTagClassName
{
color: #C375C3;
}
</style>
background-color css
<style>
a { background-color: #C375C3; }
a { background-color: rgb(195,117,195); }
div.DivClassName
{
background-color: #C375C3;
}
.BgClassName
{
background-color: #C375C3;
}
</style>
border-color css
<style>
span { border-color: #C375C3; }
span { border-color: rgb(195,117,195); }
td.TdClassName
{
border-color: #C375C3;
}
.TagClassName
{
border-color: #C375C3;
}
</style>