Shades of Orchid #C972CA
Tints of Orchid #C972CA
RGB
CMYK
RGB Variations
Color information
#C972CA (or 0xC972CA) is known color: Orchid. HEX triplet: C9, 72 and CA. RGB value is (201,114,202). Sum of RGB (Red+Green+Blue) = 201+114+202=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 114 (44.92% from 255 or 22.05% from 517); Blue value is 202 (79.30% from 255 or 39.07% from 517); Max value from RGB is 202 - color contains mainly: blue. Hex color #C972CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C972CA is #368D35. Grayscale: #959595. Windows color (decimal): -3575094 or 13267657. OLE color: 13267657.
HSL color Cylindrical-coordinate representation of color #C972CA: hue angle of 299.32º degrees, saturation: 0.45, 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 #C972CA is Cyan = 0.00, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 114 | 202 | - |
| CMYK | 0.00 | 0.44 | 0 | 0.21 |
| HSL | 299.32º | 0.45% | 0.62% | - |
| HSV(B) | 299.32º | 0.44% | 0.79% | - |
| XYZ | 40.77 | 28.72 | 59.27 | - |
| YUV | 150.05 | 157.32 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 114 | 202 | 0.00 | 0.44 | 0 | 0.21 | 299.32 | 0.45 | 0.62 |
| Hex | C9 | 72 | CA | 0 | 2C | 0 | 15 | 12B | 2D | 3E |
| Octal | 311 | 162 | 312 | 0 | 54 | 0 | 25 | 453 | 55 | 76 |
| Binary | 11001001 | 1110010 | 11001010 | 0 | 101100 | 0 | 10101 | 100101011 | 101101 | 111110 |
Color Harmonies of #C972CA
Complementary color
Monochromatic Colors of #C972CA
Black with #C972CA
Text Example
Text Example
White with #C972CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C972CA; }
p { color: rgb(201,114,202); }
H1.HeaderClassName
{
color: #C972CA;
}
.AnyTagClassName
{
color: #C972CA;
}
</style>
background-color css
<style>
a { background-color: #C972CA; }
a { background-color: rgb(201,114,202); }
div.DivClassName
{
background-color: #C972CA;
}
.BgClassName
{
background-color: #C972CA;
}
</style>
border-color css
<style>
span { border-color: #C972CA; }
span { border-color: rgb(201,114,202); }
td.TdClassName
{
border-color: #C972CA;
}
.TagClassName
{
border-color: #C972CA;
}
</style>