Shades of Orchid #C26FCA
Tints of Orchid #C26FCA
RGB
CMYK
RGB Variations
Color information
#C26FCA (or 0xC26FCA) is known color: Orchid. HEX triplet: C2, 6F and CA. RGB value is (194,111,202). Sum of RGB (Red+Green+Blue) = 194+111+202=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 111 (43.75% from 255 or 21.89% from 507); Blue value is 202 (79.30% from 255 or 39.84% from 507); Max value from RGB is 202 - color contains mainly: blue. Hex color #C26FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C26FCA is #3D9035. Grayscale: #919191. Windows color (decimal): -4034614 or 13266882. OLE color: 13266882.
HSL color Cylindrical-coordinate representation of color #C26FCA: hue angle of 294.73º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C26FCA is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 111 | 202 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.21 |
| HSL | 294.73º | 0.46% | 0.61% | - |
| HSV(B) | 294.73º | 0.45% | 0.79% | - |
| XYZ | 38.59 | 27.1 | 59.07 | - |
| YUV | 146.19 | 159.5 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 202 | 0.04 | 0.45 | 0 | 0.21 | 294.73 | 0.46 | 0.61 |
| Hex | C2 | 6F | CA | 4 | 2D | 0 | 15 | 127 | 2E | 3D |
| Octal | 302 | 157 | 312 | 4 | 55 | 0 | 25 | 447 | 56 | 75 |
| Binary | 11000010 | 1101111 | 11001010 | 100 | 101101 | 0 | 10101 | 100100111 | 101110 | 111101 |
Color Harmonies of #C26FCA
Complementary color
Monochromatic Colors of #C26FCA
Black with #C26FCA
Text Example
Text Example
White with #C26FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26FCA; }
p { color: rgb(194,111,202); }
H1.HeaderClassName
{
color: #C26FCA;
}
.AnyTagClassName
{
color: #C26FCA;
}
</style>
background-color css
<style>
a { background-color: #C26FCA; }
a { background-color: rgb(194,111,202); }
div.DivClassName
{
background-color: #C26FCA;
}
.BgClassName
{
background-color: #C26FCA;
}
</style>
border-color css
<style>
span { border-color: #C26FCA; }
span { border-color: rgb(194,111,202); }
td.TdClassName
{
border-color: #C26FCA;
}
.TagClassName
{
border-color: #C26FCA;
}
</style>