Shades of Orchid #C971CA
Tints of Orchid #C971CA
RGB
CMYK
RGB Variations
Color information
#C971CA (or 0xC971CA) is known color: Orchid. HEX triplet: C9, 71 and CA. RGB value is (201,113,202). Sum of RGB (Red+Green+Blue) = 201+113+202=516 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.95% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #C971CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C971CA is #368E35. Grayscale: #959595. Windows color (decimal): -3575350 or 13267401. OLE color: 13267401.
HSL color Cylindrical-coordinate representation of color #C971CA: hue angle of 299.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C971CA is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 113 | 202 | - |
| CMYK | 0.00 | 0.44 | 0 | 0.21 |
| HSL | 299.33º | 0.46% | 0.62% | - |
| HSV(B) | 299.33º | 0.44% | 0.79% | - |
| XYZ | 40.65 | 28.49 | 59.23 | - |
| YUV | 149.46 | 157.65 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 113 | 202 | 0.00 | 0.44 | 0 | 0.21 | 299.33 | 0.46 | 0.62 |
| Hex | C9 | 71 | CA | 0 | 2C | 0 | 15 | 12B | 2E | 3E |
| Octal | 311 | 161 | 312 | 0 | 54 | 0 | 25 | 453 | 56 | 76 |
| Binary | 11001001 | 1110001 | 11001010 | 0 | 101100 | 0 | 10101 | 100101011 | 101110 | 111110 |
Color Harmonies of #C971CA
Complementary color
Monochromatic Colors of #C971CA
Black with #C971CA
Text Example
Text Example
White with #C971CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C971CA; }
p { color: rgb(201,113,202); }
H1.HeaderClassName
{
color: #C971CA;
}
.AnyTagClassName
{
color: #C971CA;
}
</style>
background-color css
<style>
a { background-color: #C971CA; }
a { background-color: rgb(201,113,202); }
div.DivClassName
{
background-color: #C971CA;
}
.BgClassName
{
background-color: #C971CA;
}
</style>
border-color css
<style>
span { border-color: #C971CA; }
span { border-color: rgb(201,113,202); }
td.TdClassName
{
border-color: #C971CA;
}
.TagClassName
{
border-color: #C971CA;
}
</style>