Shades of Orchid #CF79B8
Tints of Orchid #CF79B8
RGB
CMYK
RGB Variations
Color information
#CF79B8 (or 0xCF79B8) is known color: Orchid. HEX triplet: CF, 79 and B8. RGB value is (207,121,184). Sum of RGB (Red+Green+Blue) = 207+121+184=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 121 (47.66% from 255 or 23.63% from 512); Blue value is 184 (72.27% from 255 or 35.94% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79B8 is #308647. Grayscale: #999999. Windows color (decimal): -3180104 or 12089807. OLE color: 12089807.
HSL color Cylindrical-coordinate representation of color #CF79B8: hue angle of 316.05º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CF79B8 is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 184 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.19 |
| HSL | 316.05º | 0.47% | 0.64% | - |
| HSV(B) | 316.05º | 0.42% | 0.81% | - |
| XYZ | 41.22 | 30.4 | 49.04 | - |
| YUV | 153.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 184 | 0 | 0.42 | 0.11 | 0.19 | 316.05 | 0.47 | 0.64 |
| Hex | CF | 79 | B8 | 0 | 2A | B | 13 | 13C | 2F | 40 |
| Octal | 317 | 171 | 270 | 0 | 52 | 13 | 23 | 474 | 57 | 100 |
| Binary | 11001111 | 1111001 | 10111000 | 0 | 101010 | 1011 | 10011 | 100111100 | 101111 | 1000000 |
Color Harmonies of #CF79B8
Complementary color
Monochromatic Colors of #CF79B8
Black with #CF79B8
Text Example
Text Example
White with #CF79B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF79B8; }
p { color: rgb(207,121,184); }
H1.HeaderClassName
{
color: #CF79B8;
}
.AnyTagClassName
{
color: #CF79B8;
}
</style>
background-color css
<style>
a { background-color: #CF79B8; }
a { background-color: rgb(207,121,184); }
div.DivClassName
{
background-color: #CF79B8;
}
.BgClassName
{
background-color: #CF79B8;
}
</style>
border-color css
<style>
span { border-color: #CF79B8; }
span { border-color: rgb(207,121,184); }
td.TdClassName
{
border-color: #CF79B8;
}
.TagClassName
{
border-color: #CF79B8;
}
</style>