Shades of Orchid #C870CC
Tints of Orchid #C870CC
RGB
CMYK
RGB Variations
Color information
#C870CC (or 0xC870CC) is known color: Orchid. HEX triplet: C8, 70 and CC. RGB value is (200,112,204). Sum of RGB (Red+Green+Blue) = 200+112+204=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 112 (44.14% from 255 or 21.71% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #C870CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870CC is #378F33. Grayscale: #949494. Windows color (decimal): -3641140 or 13398216. OLE color: 13398216.
HSL color Cylindrical-coordinate representation of color #C870CC: hue angle of 297.39º 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 #C870CC is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 112 | 204 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.2 |
| HSL | 297.39º | 0.47% | 0.62% | - |
| HSV(B) | 297.39º | 0.45% | 0.8% | - |
| XYZ | 40.51 | 28.23 | 60.44 | - |
| YUV | 148.8 | 159.15 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 204 | 0.02 | 0.45 | 0 | 0.2 | 297.39 | 0.47 | 0.62 |
| Hex | C8 | 70 | CC | 2 | 2D | 0 | 14 | 129 | 2F | 3E |
| Octal | 310 | 160 | 314 | 2 | 55 | 0 | 24 | 451 | 57 | 76 |
| Binary | 11001000 | 1110000 | 11001100 | 10 | 101101 | 0 | 10100 | 100101001 | 101111 | 111110 |
Color Harmonies of #C870CC
Complementary color
Monochromatic Colors of #C870CC
Black with #C870CC
Text Example
Text Example
White with #C870CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C870CC; }
p { color: rgb(200,112,204); }
H1.HeaderClassName
{
color: #C870CC;
}
.AnyTagClassName
{
color: #C870CC;
}
</style>
background-color css
<style>
a { background-color: #C870CC; }
a { background-color: rgb(200,112,204); }
div.DivClassName
{
background-color: #C870CC;
}
.BgClassName
{
background-color: #C870CC;
}
</style>
border-color css
<style>
span { border-color: #C870CC; }
span { border-color: rgb(200,112,204); }
td.TdClassName
{
border-color: #C870CC;
}
.TagClassName
{
border-color: #C870CC;
}
</style>