Shades of Orchid #CF75C4
Tints of Orchid #CF75C4
RGB
CMYK
RGB Variations
Color information
#CF75C4 (or 0xCF75C4) is known color: Orchid. HEX triplet: CF, 75 and C4. RGB value is (207,117,196). Sum of RGB (Red+Green+Blue) = 207+117+196=520 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.81% from 520); Green value is 117 (46.09% from 255 or 22.5% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75C4 is #308A3B. Grayscale: #989898. Windows color (decimal): -3181116 or 12875215. OLE color: 12875215.
HSL color Cylindrical-coordinate representation of color #CF75C4: hue angle of 307.33º 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 #CF75C4 is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 196 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.19 |
| HSL | 307.33º | 0.48% | 0.64% | - |
| HSV(B) | 307.33º | 0.43% | 0.81% | - |
| XYZ | 42.06 | 29.97 | 55.79 | - |
| YUV | 152.92 | 152.32 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 196 | 0 | 0.43 | 0.05 | 0.19 | 307.33 | 0.48 | 0.64 |
| Hex | CF | 75 | C4 | 0 | 2B | 5 | 13 | 133 | 30 | 40 |
| Octal | 317 | 165 | 304 | 0 | 53 | 5 | 23 | 463 | 60 | 100 |
| Binary | 11001111 | 1110101 | 11000100 | 0 | 101011 | 101 | 10011 | 100110011 | 110000 | 1000000 |
Color Harmonies of #CF75C4
Complementary color
Monochromatic Colors of #CF75C4
Black with #CF75C4
Text Example
Text Example
White with #CF75C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75C4; }
p { color: rgb(207,117,196); }
H1.HeaderClassName
{
color: #CF75C4;
}
.AnyTagClassName
{
color: #CF75C4;
}
</style>
background-color css
<style>
a { background-color: #CF75C4; }
a { background-color: rgb(207,117,196); }
div.DivClassName
{
background-color: #CF75C4;
}
.BgClassName
{
background-color: #CF75C4;
}
</style>
border-color css
<style>
span { border-color: #CF75C4; }
span { border-color: rgb(207,117,196); }
td.TdClassName
{
border-color: #CF75C4;
}
.TagClassName
{
border-color: #CF75C4;
}
</style>