Shades of Orchid #C27BCB
Tints of Orchid #C27BCB
RGB
CMYK
RGB Variations
Color information
#C27BCB (or 0xC27BCB) is known color: Orchid. HEX triplet: C2, 7B and CB. RGB value is (194,123,203). Sum of RGB (Red+Green+Blue) = 194+123+203=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 123 (48.44% from 255 or 23.65% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #C27BCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27BCB is #3D8434. Grayscale: #999999. Windows color (decimal): -4031541 or 13335490. OLE color: 13335490.
HSL color Cylindrical-coordinate representation of color #C27BCB: hue angle of 293.25º 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 #C27BCB is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 123 | 203 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.20 |
| HSL | 293.25º | 0.43% | 0.64% | - |
| HSV(B) | 293.25º | 0.39% | 0.8% | - |
| XYZ | 40.11 | 29.95 | 60.17 | - |
| YUV | 153.35 | 156.02 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 123 | 203 | 0.04 | 0.39 | 0 | 0.20 | 293.25 | 0.43 | 0.64 |
| Hex | C2 | 7B | CB | 4 | 27 | 0 | 14 | 125 | 2B | 40 |
| Octal | 302 | 173 | 313 | 4 | 47 | 0 | 24 | 445 | 53 | 100 |
| Binary | 11000010 | 1111011 | 11001011 | 100 | 100111 | 0 | 10100 | 100100101 | 101011 | 1000000 |
Color Harmonies of #C27BCB
Complementary color
Monochromatic Colors of #C27BCB
Black with #C27BCB
Text Example
Text Example
White with #C27BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27BCB; }
p { color: rgb(194,123,203); }
H1.HeaderClassName
{
color: #C27BCB;
}
.AnyTagClassName
{
color: #C27BCB;
}
</style>
background-color css
<style>
a { background-color: #C27BCB; }
a { background-color: rgb(194,123,203); }
div.DivClassName
{
background-color: #C27BCB;
}
.BgClassName
{
background-color: #C27BCB;
}
</style>
border-color css
<style>
span { border-color: #C27BCB; }
span { border-color: rgb(194,123,203); }
td.TdClassName
{
border-color: #C27BCB;
}
.TagClassName
{
border-color: #C27BCB;
}
</style>