Shades of Orchid #C270C8
Tints of Orchid #C270C8
RGB
CMYK
RGB Variations
Color information
#C270C8 (or 0xC270C8) is known color: Orchid. HEX triplet: C2, 70 and C8. RGB value is (194,112,200). Sum of RGB (Red+Green+Blue) = 194+112+200=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 200 (78.52% from 255 or 39.53% from 506); Max value from RGB is 200 - color contains mainly: blue. Hex color #C270C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C270C8 is #3D8F37. Grayscale: #929292. Windows color (decimal): -4034360 or 13136066. OLE color: 13136066.
HSL color Cylindrical-coordinate representation of color #C270C8: hue angle of 295.91º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C270C8 is Cyan = 0.03, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 112 | 200 | - |
| CMYK | 0.03 | 0.44 | 0 | 0.22 |
| HSL | 295.91º | 0.44% | 0.61% | - |
| HSV(B) | 295.91º | 0.44% | 0.78% | - |
| XYZ | 38.47 | 27.23 | 57.87 | - |
| YUV | 146.55 | 158.17 | 161.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 112 | 200 | 0.03 | 0.44 | 0 | 0.22 | 295.91 | 0.44 | 0.61 |
| Hex | C2 | 70 | C8 | 3 | 2C | 0 | 16 | 128 | 2C | 3D |
| Octal | 302 | 160 | 310 | 3 | 54 | 0 | 26 | 450 | 54 | 75 |
| Binary | 11000010 | 1110000 | 11001000 | 11 | 101100 | 0 | 10110 | 100101000 | 101100 | 111101 |
Color Harmonies of #C270C8
Complementary color
Monochromatic Colors of #C270C8
Black with #C270C8
Text Example
Text Example
White with #C270C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C270C8; }
p { color: rgb(194,112,200); }
H1.HeaderClassName
{
color: #C270C8;
}
.AnyTagClassName
{
color: #C270C8;
}
</style>
background-color css
<style>
a { background-color: #C270C8; }
a { background-color: rgb(194,112,200); }
div.DivClassName
{
background-color: #C270C8;
}
.BgClassName
{
background-color: #C270C8;
}
</style>
border-color css
<style>
span { border-color: #C270C8; }
span { border-color: rgb(194,112,200); }
td.TdClassName
{
border-color: #C270C8;
}
.TagClassName
{
border-color: #C270C8;
}
</style>