Shades of Orchid #C37FCF
Tints of Orchid #C37FCF
RGB
CMYK
RGB Variations
Color information
#C37FCF (or 0xC37FCF) is known color: Orchid. HEX triplet: C3, 7F and CF. RGB value is (195,127,207). Sum of RGB (Red+Green+Blue) = 195+127+207=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 127 (50% from 255 or 24.01% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 207 - color contains mainly: blue. Hex color #C37FCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37FCF is #3C8030. Grayscale: #9C9C9C. Windows color (decimal): -3964977 or 13598659. OLE color: 13598659.
HSL color Cylindrical-coordinate representation of color #C37FCF: hue angle of 291º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C37FCF is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 127 | 207 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.19 |
| HSL | 291º | 0.45% | 0.65% | - |
| HSV(B) | 291º | 0.39% | 0.81% | - |
| XYZ | 41.36 | 31.29 | 62.89 | - |
| YUV | 156.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 207 | 0.06 | 0.39 | 0 | 0.19 | 291 | 0.45 | 0.65 |
| Hex | C3 | 7F | CF | 6 | 27 | 0 | 13 | 123 | 2D | 41 |
| Octal | 303 | 177 | 317 | 6 | 47 | 0 | 23 | 443 | 55 | 101 |
| Binary | 11000011 | 1111111 | 11001111 | 110 | 100111 | 0 | 10011 | 100100011 | 101101 | 1000001 |
Color Harmonies of #C37FCF
Complementary color
Monochromatic Colors of #C37FCF
Black with #C37FCF
Text Example
Text Example
White with #C37FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37FCF; }
p { color: rgb(195,127,207); }
H1.HeaderClassName
{
color: #C37FCF;
}
.AnyTagClassName
{
color: #C37FCF;
}
</style>
background-color css
<style>
a { background-color: #C37FCF; }
a { background-color: rgb(195,127,207); }
div.DivClassName
{
background-color: #C37FCF;
}
.BgClassName
{
background-color: #C37FCF;
}
</style>
border-color css
<style>
span { border-color: #C37FCF; }
span { border-color: rgb(195,127,207); }
td.TdClassName
{
border-color: #C37FCF;
}
.TagClassName
{
border-color: #C37FCF;
}
</style>