Shades of Orchid #C774BF
Tints of Orchid #C774BF
RGB
CMYK
RGB Variations
Color information
#C774BF (or 0xC774BF) is known color: Orchid. HEX triplet: C7, 74 and BF. RGB value is (199,116,191). Sum of RGB (Red+Green+Blue) = 199+116+191=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 116 (45.70% from 255 or 22.92% from 506); Blue value is 191 (75% from 255 or 37.75% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C774BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C774BF is #388B40. Grayscale: #959595. Windows color (decimal): -3705665 or 12547271. OLE color: 12547271.
HSL color Cylindrical-coordinate representation of color #C774BF: hue angle of 305.78º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C774BF is Cyan = 0, Magento = 0.42, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 116 | 191 | - |
| CMYK | 0 | 0.42 | 0.04 | 0.22 |
| HSL | 305.78º | 0.43% | 0.62% | - |
| HSV(B) | 305.78º | 0.42% | 0.78% | - |
| XYZ | 39.2 | 28.39 | 52.7 | - |
| YUV | 149.37 | 151.5 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 116 | 191 | 0 | 0.42 | 0.04 | 0.22 | 305.78 | 0.43 | 0.62 |
| Hex | C7 | 74 | BF | 0 | 2A | 4 | 16 | 132 | 2B | 3E |
| Octal | 307 | 164 | 277 | 0 | 52 | 4 | 26 | 462 | 53 | 76 |
| Binary | 11000111 | 1110100 | 10111111 | 0 | 101010 | 100 | 10110 | 100110010 | 101011 | 111110 |
Color Harmonies of #C774BF
Complementary color
Monochromatic Colors of #C774BF
Black with #C774BF
Text Example
Text Example
White with #C774BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C774BF; }
p { color: rgb(199,116,191); }
H1.HeaderClassName
{
color: #C774BF;
}
.AnyTagClassName
{
color: #C774BF;
}
</style>
background-color css
<style>
a { background-color: #C774BF; }
a { background-color: rgb(199,116,191); }
div.DivClassName
{
background-color: #C774BF;
}
.BgClassName
{
background-color: #C774BF;
}
</style>
border-color css
<style>
span { border-color: #C774BF; }
span { border-color: rgb(199,116,191); }
td.TdClassName
{
border-color: #C774BF;
}
.TagClassName
{
border-color: #C774BF;
}
</style>