Shades of Orchid #C970C5
Tints of Orchid #C970C5
RGB
CMYK
RGB Variations
Color information
#C970C5 (or 0xC970C5) is known color: Orchid. HEX triplet: C9, 70 and C5. RGB value is (201,112,197). Sum of RGB (Red+Green+Blue) = 201+112+197=510 (67% of max value = 765). Red value is 201 (78.91% from 255 or 39.41% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 197 (77.34% from 255 or 38.63% from 510); Max value from RGB is 201 - color contains mainly: red. Hex color #C970C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C970C5 is #368F3A. Grayscale: #949494. Windows color (decimal): -3575611 or 12939465. OLE color: 12939465.
HSL color Cylindrical-coordinate representation of color #C970C5: hue angle of 302.7º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C970C5 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 112 | 197 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.21 |
| HSL | 302.7º | 0.45% | 0.61% | - |
| HSV(B) | 302.7º | 0.44% | 0.79% | - |
| XYZ | 39.96 | 28.04 | 56.13 | - |
| YUV | 148.3 | 155.49 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 197 | 0 | 0.44 | 0.02 | 0.21 | 302.7 | 0.45 | 0.61 |
| Hex | C9 | 70 | C5 | 0 | 2C | 2 | 15 | 12F | 2D | 3D |
| Octal | 311 | 160 | 305 | 0 | 54 | 2 | 25 | 457 | 55 | 75 |
| Binary | 11001001 | 1110000 | 11000101 | 0 | 101100 | 10 | 10101 | 100101111 | 101101 | 111101 |
Color Harmonies of #C970C5
Complementary color
Monochromatic Colors of #C970C5
Black with #C970C5
Text Example
Text Example
White with #C970C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C970C5; }
p { color: rgb(201,112,197); }
H1.HeaderClassName
{
color: #C970C5;
}
.AnyTagClassName
{
color: #C970C5;
}
</style>
background-color css
<style>
a { background-color: #C970C5; }
a { background-color: rgb(201,112,197); }
div.DivClassName
{
background-color: #C970C5;
}
.BgClassName
{
background-color: #C970C5;
}
</style>
border-color css
<style>
span { border-color: #C970C5; }
span { border-color: rgb(201,112,197); }
td.TdClassName
{
border-color: #C970C5;
}
.TagClassName
{
border-color: #C970C5;
}
</style>