Shades of Orchid #CF75C0
Tints of Orchid #CF75C0
RGB
CMYK
RGB Variations
Color information
#CF75C0 (or 0xCF75C0) is known color: Orchid. HEX triplet: CF, 75 and C0. RGB value is (207,117,192). Sum of RGB (Red+Green+Blue) = 207+117+192=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75C0 is #308A3F. Grayscale: #989898. Windows color (decimal): -3181120 or 12613071. OLE color: 12613071.
HSL color Cylindrical-coordinate representation of color #CF75C0: hue angle of 310º 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 #CF75C0 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 192 | - |
| CMYK | 0 | 0.43 | 0.07 | 0.19 |
| HSL | 310º | 0.48% | 0.64% | - |
| HSV(B) | 310º | 0.43% | 0.81% | - |
| XYZ | 41.61 | 29.79 | 53.43 | - |
| YUV | 152.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 192 | 0 | 0.43 | 0.07 | 0.19 | 310 | 0.48 | 0.64 |
| Hex | CF | 75 | C0 | 0 | 2B | 7 | 13 | 136 | 30 | 40 |
| Octal | 317 | 165 | 300 | 0 | 53 | 7 | 23 | 466 | 60 | 100 |
| Binary | 11001111 | 1110101 | 11000000 | 0 | 101011 | 111 | 10011 | 100110110 | 110000 | 1000000 |
Color Harmonies of #CF75C0
Complementary color
Monochromatic Colors of #CF75C0
Black with #CF75C0
Text Example
Text Example
White with #CF75C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75C0; }
p { color: rgb(207,117,192); }
H1.HeaderClassName
{
color: #CF75C0;
}
.AnyTagClassName
{
color: #CF75C0;
}
</style>
background-color css
<style>
a { background-color: #CF75C0; }
a { background-color: rgb(207,117,192); }
div.DivClassName
{
background-color: #CF75C0;
}
.BgClassName
{
background-color: #CF75C0;
}
</style>
border-color css
<style>
span { border-color: #CF75C0; }
span { border-color: rgb(207,117,192); }
td.TdClassName
{
border-color: #CF75C0;
}
.TagClassName
{
border-color: #CF75C0;
}
</style>