Shades of Orchid #CF75C9
Tints of Orchid #CF75C9
RGB
CMYK
RGB Variations
Color information
#CF75C9 (or 0xCF75C9) is known color: Orchid. HEX triplet: CF, 75 and C9. RGB value is (207,117,201). Sum of RGB (Red+Green+Blue) = 207+117+201=525 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.43% from 525); Green value is 117 (46.09% from 255 or 22.29% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75C9 is #308A36. Grayscale: #999999. Windows color (decimal): -3181111 or 13202895. OLE color: 13202895.
HSL color Cylindrical-coordinate representation of color #CF75C9: hue angle of 304º 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 #CF75C9 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 201 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.19 |
| HSL | 304º | 0.48% | 0.64% | - |
| HSV(B) | 304º | 0.43% | 0.81% | - |
| XYZ | 42.64 | 30.21 | 58.84 | - |
| YUV | 153.49 | 154.82 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 201 | 0 | 0.43 | 0.03 | 0.19 | 304 | 0.48 | 0.64 |
| Hex | CF | 75 | C9 | 0 | 2B | 3 | 13 | 130 | 30 | 40 |
| Octal | 317 | 165 | 311 | 0 | 53 | 3 | 23 | 460 | 60 | 100 |
| Binary | 11001111 | 1110101 | 11001001 | 0 | 101011 | 11 | 10011 | 100110000 | 110000 | 1000000 |
Color Harmonies of #CF75C9
Complementary color
Monochromatic Colors of #CF75C9
Black with #CF75C9
Text Example
Text Example
White with #CF75C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75C9; }
p { color: rgb(207,117,201); }
H1.HeaderClassName
{
color: #CF75C9;
}
.AnyTagClassName
{
color: #CF75C9;
}
</style>
background-color css
<style>
a { background-color: #CF75C9; }
a { background-color: rgb(207,117,201); }
div.DivClassName
{
background-color: #CF75C9;
}
.BgClassName
{
background-color: #CF75C9;
}
</style>
border-color css
<style>
span { border-color: #CF75C9; }
span { border-color: rgb(207,117,201); }
td.TdClassName
{
border-color: #CF75C9;
}
.TagClassName
{
border-color: #CF75C9;
}
</style>