Shades of Orchid #C375C2
Tints of Orchid #C375C2
RGB
CMYK
RGB Variations
Color information
#C375C2 (or 0xC375C2) is known color: Orchid. HEX triplet: C3, 75 and C2. RGB value is (195,117,194). Sum of RGB (Red+Green+Blue) = 195+117+194=506 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.54% from 506); Green value is 117 (46.09% from 255 or 23.12% from 506); Blue value is 194 (76.17% from 255 or 38.34% from 506); Max value from RGB is 195 - color contains mainly: red. Hex color #C375C2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C375C2 is #3C8A3D. Grayscale: #949494. Windows color (decimal): -3967550 or 12744131. OLE color: 12744131.
HSL color Cylindrical-coordinate representation of color #C375C2: hue angle of 300.77º 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 #C375C2 is Cyan = 0, Magento = 0.4, Yellow = 0.01 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 117 | 194 | - |
| CMYK | 0 | 0.4 | 0.01 | 0.24 |
| HSL | 300.77º | 0.39% | 0.61% | - |
| HSV(B) | 300.77º | 0.4% | 0.76% | - |
| XYZ | 38.6 | 28.22 | 54.45 | - |
| YUV | 149.1 | 153.34 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 117 | 194 | 0 | 0.4 | 0.01 | 0.24 | 300.77 | 0.39 | 0.61 |
| Hex | C3 | 75 | C2 | 0 | 28 | 1 | 18 | 12D | 27 | 3D |
| Octal | 303 | 165 | 302 | 0 | 50 | 1 | 30 | 455 | 47 | 75 |
| Binary | 11000011 | 1110101 | 11000010 | 0 | 101000 | 1 | 11000 | 100101101 | 100111 | 111101 |
Color Harmonies of #C375C2
Complementary color
Monochromatic Colors of #C375C2
Black with #C375C2
Text Example
Text Example
White with #C375C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C375C2; }
p { color: rgb(195,117,194); }
H1.HeaderClassName
{
color: #C375C2;
}
.AnyTagClassName
{
color: #C375C2;
}
</style>
background-color css
<style>
a { background-color: #C375C2; }
a { background-color: rgb(195,117,194); }
div.DivClassName
{
background-color: #C375C2;
}
.BgClassName
{
background-color: #C375C2;
}
</style>
border-color css
<style>
span { border-color: #C375C2; }
span { border-color: rgb(195,117,194); }
td.TdClassName
{
border-color: #C375C2;
}
.TagClassName
{
border-color: #C375C2;
}
</style>