Shades of Orchid #C27DC2
Tints of Orchid #C27DC2
RGB
CMYK
RGB Variations
Color information
#C27DC2 (or 0xC27DC2) is known color: Orchid. HEX triplet: C2, 7D and C2. RGB value is (194,125,194). Sum of RGB (Red+Green+Blue) = 194+125+194=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 194 - color contains mainly: red, blue. Hex color #C27DC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DC2 is #3D823D. Grayscale: #999999. Windows color (decimal): -4031038 or 12746178. OLE color: 12746178.
HSL color Cylindrical-coordinate representation of color #C27DC2: hue angle of 300º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27DC2 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 125 | 194 | - |
CMYK | 0 | 0.36 | 0 | 0.24 |
HSL | 300º | 0.36% | 0.63% | - |
HSV(B) | 300º | 0.36% | 0.76% | - |
XYZ | 39.32 | 30.03 | 54.76 | - |
YUV | 153.5 | 150.86 | 156.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 125 | 194 | 0 | 0.36 | 0 | 0.24 | 300 | 0.36 | 0.63 |
Hex | C2 | 7D | C2 | 0 | 24 | 0 | 18 | 12C | 24 | 3F |
Octal | 302 | 175 | 302 | 0 | 44 | 0 | 30 | 454 | 44 | 77 |
Binary | 11000010 | 1111101 | 11000010 | 0 | 100100 | 0 | 11000 | 100101100 | 100100 | 111111 |
Color Harmonies of #C27DC2
Complementary color
Monochromatic Colors of #C27DC2
Black with #C27DC2
Text Example
Text Example
White with #C27DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27DC2; }
p { color: rgb(194,125,194); }
H1.HeaderClassName
{
color: #C27DC2;
}
.AnyTagClassName
{
color: #C27DC2;
}
</style>
background-color css
<style>
a { background-color: #C27DC2; }
a { background-color: rgb(194,125,194); }
div.DivClassName
{
background-color: #C27DC2;
}
.BgClassName
{
background-color: #C27DC2;
}
</style>
border-color css
<style>
span { border-color: #C27DC2; }
span { border-color: rgb(194,125,194); }
td.TdClassName
{
border-color: #C27DC2;
}
.TagClassName
{
border-color: #C27DC2;
}
</style>