Shades of Orchid #C37BBD
Tints of Orchid #C37BBD
RGB
CMYK
RGB Variations
Color information
#C37BBD (or 0xC37BBD) is known color: Orchid. HEX triplet: C3, 7B and BD. RGB value is (195,123,189). Sum of RGB (Red+Green+Blue) = 195+123+189=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C37BBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BBD is #3C8442. Grayscale: #979797. Windows color (decimal): -3966019 or 12417987. OLE color: 12417987.
HSL color Cylindrical-coordinate representation of color #C37BBD: hue angle of 305º 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 #C37BBD is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 123 | 189 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.24 |
| HSL | 305º | 0.38% | 0.62% | - |
| HSV(B) | 305º | 0.37% | 0.76% | - |
| XYZ | 38.77 | 29.44 | 51.78 | - |
| YUV | 152.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 189 | 0 | 0.37 | 0.03 | 0.24 | 305 | 0.38 | 0.62 |
| Hex | C3 | 7B | BD | 0 | 25 | 3 | 18 | 131 | 26 | 3E |
| Octal | 303 | 173 | 275 | 0 | 45 | 3 | 30 | 461 | 46 | 76 |
| Binary | 11000011 | 1111011 | 10111101 | 0 | 100101 | 11 | 11000 | 100110001 | 100110 | 111110 |
Color Harmonies of #C37BBD
Complementary color
Monochromatic Colors of #C37BBD
Black with #C37BBD
Text Example
Text Example
White with #C37BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BBD; }
p { color: rgb(195,123,189); }
H1.HeaderClassName
{
color: #C37BBD;
}
.AnyTagClassName
{
color: #C37BBD;
}
</style>
background-color css
<style>
a { background-color: #C37BBD; }
a { background-color: rgb(195,123,189); }
div.DivClassName
{
background-color: #C37BBD;
}
.BgClassName
{
background-color: #C37BBD;
}
</style>
border-color css
<style>
span { border-color: #C37BBD; }
span { border-color: rgb(195,123,189); }
td.TdClassName
{
border-color: #C37BBD;
}
.TagClassName
{
border-color: #C37BBD;
}
</style>