Shades of Orchid #CF71B4
Tints of Orchid #CF71B4
RGB
CMYK
RGB Variations
Color information
#CF71B4 (or 0xCF71B4) is known color: Orchid. HEX triplet: CF, 71 and B4. RGB value is (207,113,180). Sum of RGB (Red+Green+Blue) = 207+113+180=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 207 - color contains mainly: red. Hex color #CF71B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF71B4 is #308E4B. Grayscale: #949494. Windows color (decimal): -3182156 or 11825615. OLE color: 11825615.
HSL color Cylindrical-coordinate representation of color #CF71B4: hue angle of 317.23º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CF71B4 is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 180 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.19 |
| HSL | 317.23º | 0.49% | 0.63% | - |
| HSV(B) | 317.23º | 0.45% | 0.81% | - |
| XYZ | 39.88 | 28.37 | 46.55 | - |
| YUV | 148.74 | 145.64 | 169.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 180 | 0 | 0.45 | 0.13 | 0.19 | 317.23 | 0.49 | 0.63 |
| Hex | CF | 71 | B4 | 0 | 2D | D | 13 | 13D | 31 | 3F |
| Octal | 317 | 161 | 264 | 0 | 55 | 15 | 23 | 475 | 61 | 77 |
| Binary | 11001111 | 1110001 | 10110100 | 0 | 101101 | 1101 | 10011 | 100111101 | 110001 | 111111 |
Color Harmonies of #CF71B4
Complementary color
Monochromatic Colors of #CF71B4
Black with #CF71B4
Text Example
Text Example
White with #CF71B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF71B4; }
p { color: rgb(207,113,180); }
H1.HeaderClassName
{
color: #CF71B4;
}
.AnyTagClassName
{
color: #CF71B4;
}
</style>
background-color css
<style>
a { background-color: #CF71B4; }
a { background-color: rgb(207,113,180); }
div.DivClassName
{
background-color: #CF71B4;
}
.BgClassName
{
background-color: #CF71B4;
}
</style>
border-color css
<style>
span { border-color: #CF71B4; }
span { border-color: rgb(207,113,180); }
td.TdClassName
{
border-color: #CF71B4;
}
.TagClassName
{
border-color: #CF71B4;
}
</style>