Shades of Orchid #CF76CA
Tints of Orchid #CF76CA
RGB
CMYK
RGB Variations
Color information
#CF76CA (or 0xCF76CA) is known color: Orchid. HEX triplet: CF, 76 and CA. RGB value is (207,118,202). Sum of RGB (Red+Green+Blue) = 207+118+202=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 207 - color contains mainly: red. Hex color #CF76CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF76CA is #308935. Grayscale: #999999. Windows color (decimal): -3180854 or 13268687. OLE color: 13268687.
HSL color Cylindrical-coordinate representation of color #CF76CA: hue angle of 303.37º 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 #CF76CA is Cyan = 0, Magento = 0.43, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 202 | - |
| CMYK | 0 | 0.43 | 0.02 | 0.19 |
| HSL | 303.37º | 0.48% | 0.64% | - |
| HSV(B) | 303.37º | 0.43% | 0.81% | - |
| XYZ | 42.87 | 30.49 | 59.5 | - |
| YUV | 154.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 202 | 0 | 0.43 | 0.02 | 0.19 | 303.37 | 0.48 | 0.64 |
| Hex | CF | 76 | CA | 0 | 2B | 2 | 13 | 12F | 30 | 40 |
| Octal | 317 | 166 | 312 | 0 | 53 | 2 | 23 | 457 | 60 | 100 |
| Binary | 11001111 | 1110110 | 11001010 | 0 | 101011 | 10 | 10011 | 100101111 | 110000 | 1000000 |
Color Harmonies of #CF76CA
Complementary color
Monochromatic Colors of #CF76CA
Black with #CF76CA
Text Example
Text Example
White with #CF76CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF76CA; }
p { color: rgb(207,118,202); }
H1.HeaderClassName
{
color: #CF76CA;
}
.AnyTagClassName
{
color: #CF76CA;
}
</style>
background-color css
<style>
a { background-color: #CF76CA; }
a { background-color: rgb(207,118,202); }
div.DivClassName
{
background-color: #CF76CA;
}
.BgClassName
{
background-color: #CF76CA;
}
</style>
border-color css
<style>
span { border-color: #CF76CA; }
span { border-color: rgb(207,118,202); }
td.TdClassName
{
border-color: #CF76CA;
}
.TagClassName
{
border-color: #CF76CA;
}
</style>