Shades of Orchid #C37DD6
Tints of Orchid #C37DD6
RGB
CMYK
RGB Variations
Color information
#C37DD6 (or 0xC37DD6) is known color: Orchid. HEX triplet: C3, 7D and D6. RGB value is (195,125,214). Sum of RGB (Red+Green+Blue) = 195+125+214=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 214 (83.98% from 255 or 40.07% from 534); Max value from RGB is 214 - color contains mainly: blue. Hex color #C37DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37DD6 is #3C8229. Grayscale: #9B9B9B. Windows color (decimal): -3965482 or 14056899. OLE color: 14056899.
HSL color Cylindrical-coordinate representation of color #C37DD6: hue angle of 287.19º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C37DD6 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 125 | 214 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.16 |
| HSL | 287.19º | 0.52% | 0.66% | - |
| HSV(B) | 287.19º | 0.42% | 0.84% | - |
| XYZ | 41.98 | 31.12 | 67.41 | - |
| YUV | 156.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 125 | 214 | 0.09 | 0.42 | 0 | 0.16 | 287.19 | 0.52 | 0.66 |
| Hex | C3 | 7D | D6 | 9 | 2A | 0 | 10 | 11F | 34 | 42 |
| Octal | 303 | 175 | 326 | 11 | 52 | 0 | 20 | 437 | 64 | 102 |
| Binary | 11000011 | 1111101 | 11010110 | 1001 | 101010 | 0 | 10000 | 100011111 | 110100 | 1000010 |
Color Harmonies of #C37DD6
Complementary color
Monochromatic Colors of #C37DD6
Black with #C37DD6
Text Example
Text Example
White with #C37DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37DD6; }
p { color: rgb(195,125,214); }
H1.HeaderClassName
{
color: #C37DD6;
}
.AnyTagClassName
{
color: #C37DD6;
}
</style>
background-color css
<style>
a { background-color: #C37DD6; }
a { background-color: rgb(195,125,214); }
div.DivClassName
{
background-color: #C37DD6;
}
.BgClassName
{
background-color: #C37DD6;
}
</style>
border-color css
<style>
span { border-color: #C37DD6; }
span { border-color: rgb(195,125,214); }
td.TdClassName
{
border-color: #C37DD6;
}
.TagClassName
{
border-color: #C37DD6;
}
</style>