Shades of Orchid #C37ACF
Tints of Orchid #C37ACF
RGB
CMYK
RGB Variations
Color information
#C37ACF (or 0xC37ACF) is known color: Orchid. HEX triplet: C3, 7A and CF. RGB value is (195,122,207). Sum of RGB (Red+Green+Blue) = 195+122+207=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 122 (48.05% from 255 or 23.28% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #C37ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C37ACF is #3C8530. Grayscale: #999999. Windows color (decimal): -3966257 or 13597379. OLE color: 13597379.
HSL color Cylindrical-coordinate representation of color #C37ACF: hue angle of 291.53º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C37ACF is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 122 | 207 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.19 |
| HSL | 291.53º | 0.47% | 0.65% | - |
| HSV(B) | 291.53º | 0.41% | 0.81% | - |
| XYZ | 40.73 | 30.03 | 62.68 | - |
| YUV | 153.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 122 | 207 | 0.06 | 0.41 | 0 | 0.19 | 291.53 | 0.47 | 0.65 |
| Hex | C3 | 7A | CF | 6 | 29 | 0 | 13 | 124 | 2F | 41 |
| Octal | 303 | 172 | 317 | 6 | 51 | 0 | 23 | 444 | 57 | 101 |
| Binary | 11000011 | 1111010 | 11001111 | 110 | 101001 | 0 | 10011 | 100100100 | 101111 | 1000001 |
Color Harmonies of #C37ACF
Complementary color
Monochromatic Colors of #C37ACF
Black with #C37ACF
Text Example
Text Example
White with #C37ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37ACF; }
p { color: rgb(195,122,207); }
H1.HeaderClassName
{
color: #C37ACF;
}
.AnyTagClassName
{
color: #C37ACF;
}
</style>
background-color css
<style>
a { background-color: #C37ACF; }
a { background-color: rgb(195,122,207); }
div.DivClassName
{
background-color: #C37ACF;
}
.BgClassName
{
background-color: #C37ACF;
}
</style>
border-color css
<style>
span { border-color: #C37ACF; }
span { border-color: rgb(195,122,207); }
td.TdClassName
{
border-color: #C37ACF;
}
.TagClassName
{
border-color: #C37ACF;
}
</style>