Shades of Orchid #C774CB
Tints of Orchid #C774CB
RGB
CMYK
RGB Variations
Color information
#C774CB (or 0xC774CB) is known color: Orchid. HEX triplet: C7, 74 and CB. RGB value is (199,116,203). Sum of RGB (Red+Green+Blue) = 199+116+203=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 116 (45.70% from 255 or 22.39% from 518); Blue value is 203 (79.69% from 255 or 39.19% from 518); Max value from RGB is 203 - color contains mainly: blue. Hex color #C774CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C774CB is #388B34. Grayscale: #969696. Windows color (decimal): -3705653 or 13333703. OLE color: 13333703.
HSL color Cylindrical-coordinate representation of color #C774CB: hue angle of 297.24º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C774CB is Cyan = 0.02, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 199 | 116 | 203 | - |
| CMYK | 0.02 | 0.43 | 0 | 0.20 |
| HSL | 297.24º | 0.46% | 0.63% | - |
| HSV(B) | 297.24º | 0.43% | 0.8% | - |
| XYZ | 40.58 | 28.94 | 59.95 | - |
| YUV | 150.74 | 157.5 | 162.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 203 | 0.02 | 0.43 | 0 | 0.20 | 297.24 | 0.46 | 0.63 |
| Hex | C7 | 74 | CB | 2 | 2B | 0 | 14 | 129 | 2E | 3F |
| Octal | 307 | 164 | 313 | 2 | 53 | 0 | 24 | 451 | 56 | 77 |
| Binary | 11000111 | 1110100 | 11001011 | 10 | 101011 | 0 | 10100 | 100101001 | 101110 | 111111 |
Color Harmonies of #C774CB
Complementary color
Monochromatic Colors of #C774CB
Black with #C774CB
Text Example
Text Example
White with #C774CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C774CB; }
p { color: rgb(199,116,203); }
H1.HeaderClassName
{
color: #C774CB;
}
.AnyTagClassName
{
color: #C774CB;
}
</style>
background-color css
<style>
a { background-color: #C774CB; }
a { background-color: rgb(199,116,203); }
div.DivClassName
{
background-color: #C774CB;
}
.BgClassName
{
background-color: #C774CB;
}
</style>
border-color css
<style>
span { border-color: #C774CB; }
span { border-color: rgb(199,116,203); }
td.TdClassName
{
border-color: #C774CB;
}
.TagClassName
{
border-color: #C774CB;
}
</style>