Shades of Orchid #CF77C4
Tints of Orchid #CF77C4
RGB
CMYK
RGB Variations
Color information
#CF77C4 (or 0xCF77C4) is known color: Orchid. HEX triplet: CF, 77 and C4. RGB value is (207,119,196). Sum of RGB (Red+Green+Blue) = 207+119+196=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 119 (46.88% from 255 or 22.80% from 522); Blue value is 196 (76.95% from 255 or 37.55% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF77C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77C4 is #30883B. Grayscale: #999999. Windows color (decimal): -3180604 or 12875727. OLE color: 12875727.
HSL color Cylindrical-coordinate representation of color #CF77C4: hue angle of 307.5º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CF77C4 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 196 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.19 |
| HSL | 307.5º | 0.48% | 0.64% | - |
| HSV(B) | 307.5º | 0.43% | 0.81% | - |
| XYZ | 42.29 | 30.44 | 55.87 | - |
| YUV | 154.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 196 | 0 | 0.43 | 0.05 | 0.19 | 307.5 | 0.48 | 0.64 |
| Hex | CF | 77 | C4 | 0 | 2B | 5 | 13 | 134 | 30 | 40 |
| Octal | 317 | 167 | 304 | 0 | 53 | 5 | 23 | 464 | 60 | 100 |
| Binary | 11001111 | 1110111 | 11000100 | 0 | 101011 | 101 | 10011 | 100110100 | 110000 | 1000000 |
Color Harmonies of #CF77C4
Complementary color
Monochromatic Colors of #CF77C4
Black with #CF77C4
Text Example
Text Example
White with #CF77C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77C4; }
p { color: rgb(207,119,196); }
H1.HeaderClassName
{
color: #CF77C4;
}
.AnyTagClassName
{
color: #CF77C4;
}
</style>
background-color css
<style>
a { background-color: #CF77C4; }
a { background-color: rgb(207,119,196); }
div.DivClassName
{
background-color: #CF77C4;
}
.BgClassName
{
background-color: #CF77C4;
}
</style>
border-color css
<style>
span { border-color: #CF77C4; }
span { border-color: rgb(207,119,196); }
td.TdClassName
{
border-color: #CF77C4;
}
.TagClassName
{
border-color: #CF77C4;
}
</style>