Shades of Orchid #C870CA
Tints of Orchid #C870CA
RGB
CMYK
RGB Variations
Color information
#C870CA (or 0xC870CA) is known color: Orchid. HEX triplet: C8, 70 and CA. RGB value is (200,112,202). Sum of RGB (Red+Green+Blue) = 200+112+202=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 112 (44.14% from 255 or 21.79% from 514); Blue value is 202 (79.30% from 255 or 39.30% from 514); Max value from RGB is 202 - color contains mainly: blue. Hex color #C870CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870CA is #378F35. Grayscale: #949494. Windows color (decimal): -3641142 or 13267144. OLE color: 13267144.
HSL color Cylindrical-coordinate representation of color #C870CA: hue angle of 298.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 #C870CA is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 112 | 202 | - |
| CMYK | 0.01 | 0.45 | 0 | 0.21 |
| HSL | 298.67º | 0.46% | 0.62% | - |
| HSV(B) | 298.67º | 0.45% | 0.79% | - |
| XYZ | 40.27 | 28.13 | 59.18 | - |
| YUV | 148.57 | 158.15 | 164.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 202 | 0.01 | 0.45 | 0 | 0.21 | 298.67 | 0.46 | 0.62 |
| Hex | C8 | 70 | CA | 1 | 2D | 0 | 15 | 12B | 2E | 3E |
| Octal | 310 | 160 | 312 | 1 | 55 | 0 | 25 | 453 | 56 | 76 |
| Binary | 11001000 | 1110000 | 11001010 | 1 | 101101 | 0 | 10101 | 100101011 | 101110 | 111110 |
Color Harmonies of #C870CA
Complementary color
Monochromatic Colors of #C870CA
Black with #C870CA
Text Example
Text Example
White with #C870CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C870CA; }
p { color: rgb(200,112,202); }
H1.HeaderClassName
{
color: #C870CA;
}
.AnyTagClassName
{
color: #C870CA;
}
</style>
background-color css
<style>
a { background-color: #C870CA; }
a { background-color: rgb(200,112,202); }
div.DivClassName
{
background-color: #C870CA;
}
.BgClassName
{
background-color: #C870CA;
}
</style>
border-color css
<style>
span { border-color: #C870CA; }
span { border-color: rgb(200,112,202); }
td.TdClassName
{
border-color: #C870CA;
}
.TagClassName
{
border-color: #C870CA;
}
</style>