Shades of Orchid #C27CCB
Tints of Orchid #C27CCB
RGB
CMYK
RGB Variations
Color information
#C27CCB (or 0xC27CCB) is known color: Orchid. HEX triplet: C2, 7C and CB. RGB value is (194,124,203). Sum of RGB (Red+Green+Blue) = 194+124+203=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 203 - color contains mainly: blue. Hex color #C27CCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CCB is #3D8334. Grayscale: #999999. Windows color (decimal): -4031285 or 13335746. OLE color: 13335746.
HSL color Cylindrical-coordinate representation of color #C27CCB: hue angle of 293.16º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C27CCB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 124 | 203 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.20 |
| HSL | 293.16º | 0.43% | 0.64% | - |
| HSV(B) | 293.16º | 0.39% | 0.8% | - |
| XYZ | 40.24 | 30.2 | 60.21 | - |
| YUV | 153.94 | 155.69 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 203 | 0.04 | 0.39 | 0 | 0.20 | 293.16 | 0.43 | 0.64 |
| Hex | C2 | 7C | CB | 4 | 27 | 0 | 14 | 125 | 2B | 40 |
| Octal | 302 | 174 | 313 | 4 | 47 | 0 | 24 | 445 | 53 | 100 |
| Binary | 11000010 | 1111100 | 11001011 | 100 | 100111 | 0 | 10100 | 100100101 | 101011 | 1000000 |
Color Harmonies of #C27CCB
Complementary color
Monochromatic Colors of #C27CCB
Black with #C27CCB
Text Example
Text Example
White with #C27CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27CCB; }
p { color: rgb(194,124,203); }
H1.HeaderClassName
{
color: #C27CCB;
}
.AnyTagClassName
{
color: #C27CCB;
}
</style>
background-color css
<style>
a { background-color: #C27CCB; }
a { background-color: rgb(194,124,203); }
div.DivClassName
{
background-color: #C27CCB;
}
.BgClassName
{
background-color: #C27CCB;
}
</style>
border-color css
<style>
span { border-color: #C27CCB; }
span { border-color: rgb(194,124,203); }
td.TdClassName
{
border-color: #C27CCB;
}
.TagClassName
{
border-color: #C27CCB;
}
</style>