Shades of Orchid #C270CA
Tints of Orchid #C270CA
RGB
CMYK
RGB Variations
Color information
#C270CA (or 0xC270CA) is known color: Orchid. HEX triplet: C2, 70 and CA. RGB value is (194,112,202). Sum of RGB (Red+Green+Blue) = 194+112+202=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #C270CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270CA is #3D8F35. Grayscale: #929292. Windows color (decimal): -4034358 or 13267138. OLE color: 13267138.
HSL color Cylindrical-coordinate representation of color #C270CA: hue angle of 294.67º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C270CA is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 112 | 202 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.21 |
| HSL | 294.67º | 0.46% | 0.62% | - |
| HSV(B) | 294.67º | 0.45% | 0.79% | - |
| XYZ | 38.7 | 27.32 | 59.11 | - |
| YUV | 146.78 | 159.17 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 202 | 0.04 | 0.45 | 0 | 0.21 | 294.67 | 0.46 | 0.62 |
| Hex | C2 | 70 | CA | 4 | 2D | 0 | 15 | 127 | 2E | 3E |
| Octal | 302 | 160 | 312 | 4 | 55 | 0 | 25 | 447 | 56 | 76 |
| Binary | 11000010 | 1110000 | 11001010 | 100 | 101101 | 0 | 10101 | 100100111 | 101110 | 111110 |
Color Harmonies of #C270CA
Complementary color
Monochromatic Colors of #C270CA
Black with #C270CA
Text Example
Text Example
White with #C270CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C270CA; }
p { color: rgb(194,112,202); }
H1.HeaderClassName
{
color: #C270CA;
}
.AnyTagClassName
{
color: #C270CA;
}
</style>
background-color css
<style>
a { background-color: #C270CA; }
a { background-color: rgb(194,112,202); }
div.DivClassName
{
background-color: #C270CA;
}
.BgClassName
{
background-color: #C270CA;
}
</style>
border-color css
<style>
span { border-color: #C270CA; }
span { border-color: rgb(194,112,202); }
td.TdClassName
{
border-color: #C270CA;
}
.TagClassName
{
border-color: #C270CA;
}
</style>