Shades of Orchid #C37BBE
Tints of Orchid #C37BBE
RGB
CMYK
RGB Variations
Color information
#C37BBE (or 0xC37BBE) is known color: Orchid. HEX triplet: C3, 7B and BE. RGB value is (195,123,190). Sum of RGB (Red+Green+Blue) = 195+123+190=508 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.39% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 190 (74.61% from 255 or 37.40% from 508); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BBE is #3C8441. Grayscale: #979797. Windows color (decimal): -3966018 or 12483523. OLE color: 12483523.
HSL color Cylindrical-coordinate representation of color #C37BBE: hue angle of 304.17º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C37BBE is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 190 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.24 |
| HSL | 304.17º | 0.38% | 0.62% | - |
| HSV(B) | 304.17º | 0.37% | 0.76% | - |
| XYZ | 38.88 | 29.49 | 52.36 | - |
| YUV | 152.17 | 149.35 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 190 | 0 | 0.37 | 0.03 | 0.24 | 304.17 | 0.38 | 0.62 |
| Hex | C3 | 7B | BE | 0 | 25 | 3 | 18 | 130 | 26 | 3E |
| Octal | 303 | 173 | 276 | 0 | 45 | 3 | 30 | 460 | 46 | 76 |
| Binary | 11000011 | 1111011 | 10111110 | 0 | 100101 | 11 | 11000 | 100110000 | 100110 | 111110 |
Color Harmonies of #C37BBE
Complementary color
Monochromatic Colors of #C37BBE
Black with #C37BBE
Text Example
Text Example
White with #C37BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BBE; }
p { color: rgb(195,123,190); }
H1.HeaderClassName
{
color: #C37BBE;
}
.AnyTagClassName
{
color: #C37BBE;
}
</style>
background-color css
<style>
a { background-color: #C37BBE; }
a { background-color: rgb(195,123,190); }
div.DivClassName
{
background-color: #C37BBE;
}
.BgClassName
{
background-color: #C37BBE;
}
</style>
border-color css
<style>
span { border-color: #C37BBE; }
span { border-color: rgb(195,123,190); }
td.TdClassName
{
border-color: #C37BBE;
}
.TagClassName
{
border-color: #C37BBE;
}
</style>