Shades of Orchid #C772CA
Tints of Orchid #C772CA
RGB
CMYK
RGB Variations
Color information
#C772CA (or 0xC772CA) is known color: Orchid. HEX triplet: C7, 72 and CA. RGB value is (199,114,202). Sum of RGB (Red+Green+Blue) = 199+114+202=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 114 (44.92% from 255 or 22.14% from 515); Blue value is 202 (79.30% from 255 or 39.22% from 515); Max value from RGB is 202 - color contains mainly: blue. Hex color #C772CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772CA is #388D35. Grayscale: #959595. Windows color (decimal): -3706166 or 13267655. OLE color: 13267655.
HSL color Cylindrical-coordinate representation of color #C772CA: hue angle of 297.95º 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 #C772CA is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 199 | 114 | 202 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.21 |
| HSL | 297.95º | 0.45% | 0.62% | - |
| HSV(B) | 297.95º | 0.44% | 0.79% | - |
| XYZ | 40.23 | 28.44 | 59.25 | - |
| YUV | 149.45 | 157.66 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 202 | 0.01 | 0.44 | 0 | 0.21 | 297.95 | 0.45 | 0.62 |
| Hex | C7 | 72 | CA | 1 | 2C | 0 | 15 | 12A | 2D | 3E |
| Octal | 307 | 162 | 312 | 1 | 54 | 0 | 25 | 452 | 55 | 76 |
| Binary | 11000111 | 1110010 | 11001010 | 1 | 101100 | 0 | 10101 | 100101010 | 101101 | 111110 |
Color Harmonies of #C772CA
Complementary color
Monochromatic Colors of #C772CA
Black with #C772CA
Text Example
Text Example
White with #C772CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772CA; }
p { color: rgb(199,114,202); }
H1.HeaderClassName
{
color: #C772CA;
}
.AnyTagClassName
{
color: #C772CA;
}
</style>
background-color css
<style>
a { background-color: #C772CA; }
a { background-color: rgb(199,114,202); }
div.DivClassName
{
background-color: #C772CA;
}
.BgClassName
{
background-color: #C772CA;
}
</style>
border-color css
<style>
span { border-color: #C772CA; }
span { border-color: rgb(199,114,202); }
td.TdClassName
{
border-color: #C772CA;
}
.TagClassName
{
border-color: #C772CA;
}
</style>