Shades of Orchid #C27FD1
Tints of Orchid #C27FD1
RGB
CMYK
RGB Variations
Color information
#C27FD1 (or 0xC27FD1) is known color: Orchid. HEX triplet: C2, 7F and D1. RGB value is (194,127,209). Sum of RGB (Red+Green+Blue) = 194+127+209=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 127 (50% from 255 or 23.96% from 530); Blue value is 209 (82.03% from 255 or 39.43% from 530); Max value from RGB is 209 - color contains mainly: blue. Hex color #C27FD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FD1 is #3D802E. Grayscale: #9C9C9C. Windows color (decimal): -4030511 or 13729730. OLE color: 13729730.
HSL color Cylindrical-coordinate representation of color #C27FD1: hue angle of 289.02º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27FD1 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 127 | 209 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.18 |
| HSL | 289.02º | 0.47% | 0.66% | - |
| HSV(B) | 289.02º | 0.39% | 0.82% | - |
| XYZ | 41.35 | 31.25 | 64.17 | - |
| YUV | 156.38 | 157.7 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 209 | 0.07 | 0.39 | 0 | 0.18 | 289.02 | 0.47 | 0.66 |
| Hex | C2 | 7F | D1 | 7 | 27 | 0 | 12 | 121 | 2F | 42 |
| Octal | 302 | 177 | 321 | 7 | 47 | 0 | 22 | 441 | 57 | 102 |
| Binary | 11000010 | 1111111 | 11010001 | 111 | 100111 | 0 | 10010 | 100100001 | 101111 | 1000010 |
Color Harmonies of #C27FD1
Complementary color
Monochromatic Colors of #C27FD1
Black with #C27FD1
Text Example
Text Example
White with #C27FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27FD1; }
p { color: rgb(194,127,209); }
H1.HeaderClassName
{
color: #C27FD1;
}
.AnyTagClassName
{
color: #C27FD1;
}
</style>
background-color css
<style>
a { background-color: #C27FD1; }
a { background-color: rgb(194,127,209); }
div.DivClassName
{
background-color: #C27FD1;
}
.BgClassName
{
background-color: #C27FD1;
}
</style>
border-color css
<style>
span { border-color: #C27FD1; }
span { border-color: rgb(194,127,209); }
td.TdClassName
{
border-color: #C27FD1;
}
.TagClassName
{
border-color: #C27FD1;
}
</style>