Shades of Orchid #C37BDA
Tints of Orchid #C37BDA
RGB
CMYK
RGB Variations
Color information
#C37BDA (or 0xC37BDA) is known color: Orchid. HEX triplet: C3, 7B and DA. RGB value is (195,123,218). Sum of RGB (Red+Green+Blue) = 195+123+218=536 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.38% from 536); Green value is 123 (48.44% from 255 or 22.95% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #C37BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BDA is #3C8425. Grayscale: #9B9B9B. Windows color (decimal): -3965990 or 14318531. OLE color: 14318531.
HSL color Cylindrical-coordinate representation of color #C37BDA: hue angle of 285.47º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C37BDA is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 195 | 123 | 218 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.15 |
| HSL | 285.47º | 0.56% | 0.67% | - |
| HSV(B) | 285.47º | 0.44% | 0.85% | - |
| XYZ | 42.24 | 30.83 | 70.05 | - |
| YUV | 155.36 | 163.35 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 218 | 0.11 | 0.44 | 0 | 0.15 | 285.47 | 0.56 | 0.67 |
| Hex | C3 | 7B | DA | B | 2C | 0 | F | 11D | 38 | 43 |
| Octal | 303 | 173 | 332 | 13 | 54 | 0 | 17 | 435 | 70 | 103 |
| Binary | 11000011 | 1111011 | 11011010 | 1011 | 101100 | 0 | 1111 | 100011101 | 111000 | 1000011 |
Color Harmonies of #C37BDA
Complementary color
Monochromatic Colors of #C37BDA
Black with #C37BDA
Text Example
Text Example
White with #C37BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BDA; }
p { color: rgb(195,123,218); }
H1.HeaderClassName
{
color: #C37BDA;
}
.AnyTagClassName
{
color: #C37BDA;
}
</style>
background-color css
<style>
a { background-color: #C37BDA; }
a { background-color: rgb(195,123,218); }
div.DivClassName
{
background-color: #C37BDA;
}
.BgClassName
{
background-color: #C37BDA;
}
</style>
border-color css
<style>
span { border-color: #C37BDA; }
span { border-color: rgb(195,123,218); }
td.TdClassName
{
border-color: #C37BDA;
}
.TagClassName
{
border-color: #C37BDA;
}
</style>