Shades of Orchid #CF75B7
Tints of Orchid #CF75B7
RGB
CMYK
RGB Variations
Color information
#CF75B7 (or 0xCF75B7) is known color: Orchid. HEX triplet: CF, 75 and B7. RGB value is (207,117,183). Sum of RGB (Red+Green+Blue) = 207+117+183=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 117 (46.09% from 255 or 23.08% from 507); Blue value is 183 (71.88% from 255 or 36.09% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75B7 is #308A48. Grayscale: #979797. Windows color (decimal): -3181129 or 12023247. OLE color: 12023247.
HSL color Cylindrical-coordinate representation of color #CF75B7: hue angle of 316º 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 #CF75B7 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 183 | - |
| CMYK | 0 | 0.43 | 0.12 | 0.19 |
| HSL | 316º | 0.48% | 0.64% | - |
| HSV(B) | 316º | 0.43% | 0.81% | - |
| XYZ | 40.64 | 29.41 | 48.33 | - |
| YUV | 151.43 | 145.82 | 167.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 183 | 0 | 0.43 | 0.12 | 0.19 | 316 | 0.48 | 0.64 |
| Hex | CF | 75 | B7 | 0 | 2B | C | 13 | 13C | 30 | 40 |
| Octal | 317 | 165 | 267 | 0 | 53 | 14 | 23 | 474 | 60 | 100 |
| Binary | 11001111 | 1110101 | 10110111 | 0 | 101011 | 1100 | 10011 | 100111100 | 110000 | 1000000 |
Color Harmonies of #CF75B7
Complementary color
Monochromatic Colors of #CF75B7
Black with #CF75B7
Text Example
Text Example
White with #CF75B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75B7; }
p { color: rgb(207,117,183); }
H1.HeaderClassName
{
color: #CF75B7;
}
.AnyTagClassName
{
color: #CF75B7;
}
</style>
background-color css
<style>
a { background-color: #CF75B7; }
a { background-color: rgb(207,117,183); }
div.DivClassName
{
background-color: #CF75B7;
}
.BgClassName
{
background-color: #CF75B7;
}
</style>
border-color css
<style>
span { border-color: #CF75B7; }
span { border-color: rgb(207,117,183); }
td.TdClassName
{
border-color: #CF75B7;
}
.TagClassName
{
border-color: #CF75B7;
}
</style>