Shades of Orchid #C372CB
Tints of Orchid #C372CB
RGB
CMYK
RGB Variations
Color information
#C372CB (or 0xC372CB) is known color: Orchid. HEX triplet: C3, 72 and CB. RGB value is (195,114,203). Sum of RGB (Red+Green+Blue) = 195+114+203=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 114 (44.92% from 255 or 22.27% from 512); Blue value is 203 (79.69% from 255 or 39.65% from 512); Max value from RGB is 203 - color contains mainly: blue. Hex color #C372CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C372CB is #3C8D34. Grayscale: #949494. Windows color (decimal): -3968309 or 13333187. OLE color: 13333187.
HSL color Cylindrical-coordinate representation of color #C372CB: hue angle of 294.61º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C372CB is Cyan = 0.04, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 195 | 114 | 203 | - |
| CMYK | 0.04 | 0.44 | 0 | 0.20 |
| HSL | 294.61º | 0.46% | 0.62% | - |
| HSV(B) | 294.61º | 0.44% | 0.8% | - |
| XYZ | 39.3 | 27.95 | 59.82 | - |
| YUV | 148.37 | 158.84 | 161.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 114 | 203 | 0.04 | 0.44 | 0 | 0.20 | 294.61 | 0.46 | 0.62 |
| Hex | C3 | 72 | CB | 4 | 2C | 0 | 14 | 127 | 2E | 3E |
| Octal | 303 | 162 | 313 | 4 | 54 | 0 | 24 | 447 | 56 | 76 |
| Binary | 11000011 | 1110010 | 11001011 | 100 | 101100 | 0 | 10100 | 100100111 | 101110 | 111110 |
Color Harmonies of #C372CB
Complementary color
Monochromatic Colors of #C372CB
Black with #C372CB
Text Example
Text Example
White with #C372CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C372CB; }
p { color: rgb(195,114,203); }
H1.HeaderClassName
{
color: #C372CB;
}
.AnyTagClassName
{
color: #C372CB;
}
</style>
background-color css
<style>
a { background-color: #C372CB; }
a { background-color: rgb(195,114,203); }
div.DivClassName
{
background-color: #C372CB;
}
.BgClassName
{
background-color: #C372CB;
}
</style>
border-color css
<style>
span { border-color: #C372CB; }
span { border-color: rgb(195,114,203); }
td.TdClassName
{
border-color: #C372CB;
}
.TagClassName
{
border-color: #C372CB;
}
</style>