Shades of Orchid #C26FCB
Tints of Orchid #C26FCB
RGB
CMYK
RGB Variations
Color information
#C26FCB (or 0xC26FCB) is known color: Orchid. HEX triplet: C2, 6F and CB. RGB value is (194,111,203). Sum of RGB (Red+Green+Blue) = 194+111+203=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 203 (79.69% from 255 or 39.96% from 508); Max value from RGB is 203 - color contains mainly: blue. Hex color #C26FCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FCB is #3D9034. Grayscale: #929292. Windows color (decimal): -4034613 or 13332418. OLE color: 13332418.
HSL color Cylindrical-coordinate representation of color #C26FCB: hue angle of 294.13º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C26FCB is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 111 | 203 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.20 |
| HSL | 294.13º | 0.47% | 0.62% | - |
| HSV(B) | 294.13º | 0.45% | 0.8% | - |
| XYZ | 38.71 | 27.15 | 59.7 | - |
| YUV | 146.31 | 160 | 162.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 203 | 0.04 | 0.45 | 0 | 0.20 | 294.13 | 0.47 | 0.62 |
| Hex | C2 | 6F | CB | 4 | 2D | 0 | 14 | 126 | 2F | 3E |
| Octal | 302 | 157 | 313 | 4 | 55 | 0 | 24 | 446 | 57 | 76 |
| Binary | 11000010 | 1101111 | 11001011 | 100 | 101101 | 0 | 10100 | 100100110 | 101111 | 111110 |
Color Harmonies of #C26FCB
Complementary color
Monochromatic Colors of #C26FCB
Black with #C26FCB
Text Example
Text Example
White with #C26FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26FCB; }
p { color: rgb(194,111,203); }
H1.HeaderClassName
{
color: #C26FCB;
}
.AnyTagClassName
{
color: #C26FCB;
}
</style>
background-color css
<style>
a { background-color: #C26FCB; }
a { background-color: rgb(194,111,203); }
div.DivClassName
{
background-color: #C26FCB;
}
.BgClassName
{
background-color: #C26FCB;
}
</style>
border-color css
<style>
span { border-color: #C26FCB; }
span { border-color: rgb(194,111,203); }
td.TdClassName
{
border-color: #C26FCB;
}
.TagClassName
{
border-color: #C26FCB;
}
</style>