Shades of Orchid #C772CB
Tints of Orchid #C772CB
RGB
CMYK
RGB Variations
Color information
#C772CB (or 0xC772CB) is known color: Orchid. HEX triplet: C7, 72 and CB. RGB value is (199,114,203). Sum of RGB (Red+Green+Blue) = 199+114+203=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #C772CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C772CB is #388D34. Grayscale: #959595. Windows color (decimal): -3706165 or 13333191. OLE color: 13333191.
HSL color Cylindrical-coordinate representation of color #C772CB: hue angle of 297.3º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C772CB is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 114 | 203 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.20 |
| HSL | 297.3º | 0.46% | 0.62% | - |
| HSV(B) | 297.3º | 0.44% | 0.8% | - |
| XYZ | 40.35 | 28.49 | 59.87 | - |
| YUV | 149.56 | 158.16 | 163.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 114 | 203 | 0.02 | 0.44 | 0 | 0.20 | 297.3 | 0.46 | 0.62 |
| Hex | C7 | 72 | CB | 2 | 2C | 0 | 14 | 129 | 2E | 3E |
| Octal | 307 | 162 | 313 | 2 | 54 | 0 | 24 | 451 | 56 | 76 |
| Binary | 11000111 | 1110010 | 11001011 | 10 | 101100 | 0 | 10100 | 100101001 | 101110 | 111110 |
Color Harmonies of #C772CB
Complementary color
Monochromatic Colors of #C772CB
Black with #C772CB
Text Example
Text Example
White with #C772CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C772CB; }
p { color: rgb(199,114,203); }
H1.HeaderClassName
{
color: #C772CB;
}
.AnyTagClassName
{
color: #C772CB;
}
</style>
background-color css
<style>
a { background-color: #C772CB; }
a { background-color: rgb(199,114,203); }
div.DivClassName
{
background-color: #C772CB;
}
.BgClassName
{
background-color: #C772CB;
}
</style>
border-color css
<style>
span { border-color: #C772CB; }
span { border-color: rgb(199,114,203); }
td.TdClassName
{
border-color: #C772CB;
}
.TagClassName
{
border-color: #C772CB;
}
</style>