Shades of Orchid #C37BDD
Tints of Orchid #C37BDD
RGB
CMYK
RGB Variations
Color information
#C37BDD (or 0xC37BDD) is known color: Orchid. HEX triplet: C3, 7B and DD. RGB value is (195,123,221). Sum of RGB (Red+Green+Blue) = 195+123+221=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #C37BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37BDD is #3C8422. Grayscale: #9B9B9B. Windows color (decimal): -3965987 or 14515139. OLE color: 14515139.
HSL color Cylindrical-coordinate representation of color #C37BDD: hue angle of 284.08º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C37BDD is Cyan = 0.12, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 195 | 123 | 221 | - |
| CMYK | 0.12 | 0.44 | 0 | 0.13 |
| HSL | 284.08º | 0.59% | 0.67% | - |
| HSV(B) | 284.08º | 0.44% | 0.87% | - |
| XYZ | 42.64 | 30.99 | 72.14 | - |
| YUV | 155.7 | 164.85 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 123 | 221 | 0.12 | 0.44 | 0 | 0.13 | 284.08 | 0.59 | 0.67 |
| Hex | C3 | 7B | DD | C | 2C | 0 | D | 11C | 3B | 43 |
| Octal | 303 | 173 | 335 | 14 | 54 | 0 | 15 | 434 | 73 | 103 |
| Binary | 11000011 | 1111011 | 11011101 | 1100 | 101100 | 0 | 1101 | 100011100 | 111011 | 1000011 |
Color Harmonies of #C37BDD
Complementary color
Monochromatic Colors of #C37BDD
Black with #C37BDD
Text Example
Text Example
White with #C37BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37BDD; }
p { color: rgb(195,123,221); }
H1.HeaderClassName
{
color: #C37BDD;
}
.AnyTagClassName
{
color: #C37BDD;
}
</style>
background-color css
<style>
a { background-color: #C37BDD; }
a { background-color: rgb(195,123,221); }
div.DivClassName
{
background-color: #C37BDD;
}
.BgClassName
{
background-color: #C37BDD;
}
</style>
border-color css
<style>
span { border-color: #C37BDD; }
span { border-color: rgb(195,123,221); }
td.TdClassName
{
border-color: #C37BDD;
}
.TagClassName
{
border-color: #C37BDD;
}
</style>