Shades of Orchid #CF75BD
Tints of Orchid #CF75BD
RGB
CMYK
RGB Variations
Color information
#CF75BD (or 0xCF75BD) is known color: Orchid. HEX triplet: CF, 75 and BD. RGB value is (207,117,189). Sum of RGB (Red+Green+Blue) = 207+117+189=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 117 (46.09% from 255 or 22.81% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75BD is #308A42. Grayscale: #979797. Windows color (decimal): -3181123 or 12416463. OLE color: 12416463.
HSL color Cylindrical-coordinate representation of color #CF75BD: hue angle of 312º 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 #CF75BD is Cyan = 0, Magento = 0.43, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 189 | - |
| CMYK | 0 | 0.43 | 0.09 | 0.19 |
| HSL | 312º | 0.48% | 0.64% | - |
| HSV(B) | 312º | 0.43% | 0.81% | - |
| XYZ | 41.28 | 29.66 | 51.69 | - |
| YUV | 152.12 | 148.82 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 189 | 0 | 0.43 | 0.09 | 0.19 | 312 | 0.48 | 0.64 |
| Hex | CF | 75 | BD | 0 | 2B | 9 | 13 | 138 | 30 | 40 |
| Octal | 317 | 165 | 275 | 0 | 53 | 11 | 23 | 470 | 60 | 100 |
| Binary | 11001111 | 1110101 | 10111101 | 0 | 101011 | 1001 | 10011 | 100111000 | 110000 | 1000000 |
Color Harmonies of #CF75BD
Complementary color
Monochromatic Colors of #CF75BD
Black with #CF75BD
Text Example
Text Example
White with #CF75BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75BD; }
p { color: rgb(207,117,189); }
H1.HeaderClassName
{
color: #CF75BD;
}
.AnyTagClassName
{
color: #CF75BD;
}
</style>
background-color css
<style>
a { background-color: #CF75BD; }
a { background-color: rgb(207,117,189); }
div.DivClassName
{
background-color: #CF75BD;
}
.BgClassName
{
background-color: #CF75BD;
}
</style>
border-color css
<style>
span { border-color: #CF75BD; }
span { border-color: rgb(207,117,189); }
td.TdClassName
{
border-color: #CF75BD;
}
.TagClassName
{
border-color: #CF75BD;
}
</style>