Shades of Orchid #C27ACF
Tints of Orchid #C27ACF
RGB
CMYK
RGB Variations
Color information
#C27ACF (or 0xC27ACF) is known color: Orchid. HEX triplet: C2, 7A and CF. RGB value is (194,122,207). Sum of RGB (Red+Green+Blue) = 194+122+207=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 122 (48.05% from 255 or 23.33% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 207 - color contains mainly: blue. Hex color #C27ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27ACF is #3D8530. Grayscale: #989898. Windows color (decimal): -4031793 or 13597378. OLE color: 13597378.
HSL color Cylindrical-coordinate representation of color #C27ACF: hue angle of 290.82º 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 #C27ACF is Cyan = 0.06, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 122 | 207 | - |
| CMYK | 0.06 | 0.41 | 0 | 0.19 |
| HSL | 290.82º | 0.47% | 0.65% | - |
| HSV(B) | 290.82º | 0.41% | 0.81% | - |
| XYZ | 40.47 | 29.89 | 62.67 | - |
| YUV | 153.22 | 158.35 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 207 | 0.06 | 0.41 | 0 | 0.19 | 290.82 | 0.47 | 0.65 |
| Hex | C2 | 7A | CF | 6 | 29 | 0 | 13 | 123 | 2F | 41 |
| Octal | 302 | 172 | 317 | 6 | 51 | 0 | 23 | 443 | 57 | 101 |
| Binary | 11000010 | 1111010 | 11001111 | 110 | 101001 | 0 | 10011 | 100100011 | 101111 | 1000001 |
Color Harmonies of #C27ACF
Complementary color
Monochromatic Colors of #C27ACF
Black with #C27ACF
Text Example
Text Example
White with #C27ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27ACF; }
p { color: rgb(194,122,207); }
H1.HeaderClassName
{
color: #C27ACF;
}
.AnyTagClassName
{
color: #C27ACF;
}
</style>
background-color css
<style>
a { background-color: #C27ACF; }
a { background-color: rgb(194,122,207); }
div.DivClassName
{
background-color: #C27ACF;
}
.BgClassName
{
background-color: #C27ACF;
}
</style>
border-color css
<style>
span { border-color: #C27ACF; }
span { border-color: rgb(194,122,207); }
td.TdClassName
{
border-color: #C27ACF;
}
.TagClassName
{
border-color: #C27ACF;
}
</style>