Shades of Orchid #CF79CB
Tints of Orchid #CF79CB
RGB
CMYK
RGB Variations
Color information
#CF79CB (or 0xCF79CB) is known color: Orchid. HEX triplet: CF, 79 and CB. RGB value is (207,121,203). Sum of RGB (Red+Green+Blue) = 207+121+203=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 121 (47.66% from 255 or 22.79% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF79CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF79CB is #308634. Grayscale: #9B9B9B. Windows color (decimal): -3180085 or 13334991. OLE color: 13334991.
HSL color Cylindrical-coordinate representation of color #CF79CB: hue angle of 302.79º 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 #CF79CB is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 203 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.19 |
| HSL | 302.79º | 0.47% | 0.64% | - |
| HSV(B) | 302.79º | 0.42% | 0.81% | - |
| XYZ | 43.35 | 31.25 | 60.25 | - |
| YUV | 156.06 | 154.49 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 203 | 0 | 0.42 | 0.02 | 0.19 | 302.79 | 0.47 | 0.64 |
| Hex | CF | 79 | CB | 0 | 2A | 2 | 13 | 12F | 2F | 40 |
| Octal | 317 | 171 | 313 | 0 | 52 | 2 | 23 | 457 | 57 | 100 |
| Binary | 11001111 | 1111001 | 11001011 | 0 | 101010 | 10 | 10011 | 100101111 | 101111 | 1000000 |
Color Harmonies of #CF79CB
Complementary color
Monochromatic Colors of #CF79CB
Black with #CF79CB
Text Example
Text Example
White with #CF79CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF79CB; }
p { color: rgb(207,121,203); }
H1.HeaderClassName
{
color: #CF79CB;
}
.AnyTagClassName
{
color: #CF79CB;
}
</style>
background-color css
<style>
a { background-color: #CF79CB; }
a { background-color: rgb(207,121,203); }
div.DivClassName
{
background-color: #CF79CB;
}
.BgClassName
{
background-color: #CF79CB;
}
</style>
border-color css
<style>
span { border-color: #CF79CB; }
span { border-color: rgb(207,121,203); }
td.TdClassName
{
border-color: #CF79CB;
}
.TagClassName
{
border-color: #CF79CB;
}
</style>