Shades of Orchid #CF75C6
Tints of Orchid #CF75C6
RGB
CMYK
RGB Variations
Color information
#CF75C6 (or 0xCF75C6) is known color: Orchid. HEX triplet: CF, 75 and C6. RGB value is (207,117,198). Sum of RGB (Red+Green+Blue) = 207+117+198=522 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.66% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75C6 is #308A39. Grayscale: #989898. Windows color (decimal): -3181114 or 13006287. OLE color: 13006287.
HSL color Cylindrical-coordinate representation of color #CF75C6: hue angle of 306º 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 #CF75C6 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 198 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.19 |
| HSL | 306º | 0.48% | 0.64% | - |
| HSV(B) | 306º | 0.43% | 0.81% | - |
| XYZ | 42.29 | 30.07 | 57 | - |
| YUV | 153.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 198 | 0 | 0.43 | 0.04 | 0.19 | 306 | 0.48 | 0.64 |
| Hex | CF | 75 | C6 | 0 | 2B | 4 | 13 | 132 | 30 | 40 |
| Octal | 317 | 165 | 306 | 0 | 53 | 4 | 23 | 462 | 60 | 100 |
| Binary | 11001111 | 1110101 | 11000110 | 0 | 101011 | 100 | 10011 | 100110010 | 110000 | 1000000 |
Color Harmonies of #CF75C6
Complementary color
Monochromatic Colors of #CF75C6
Black with #CF75C6
Text Example
Text Example
White with #CF75C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75C6; }
p { color: rgb(207,117,198); }
H1.HeaderClassName
{
color: #CF75C6;
}
.AnyTagClassName
{
color: #CF75C6;
}
</style>
background-color css
<style>
a { background-color: #CF75C6; }
a { background-color: rgb(207,117,198); }
div.DivClassName
{
background-color: #CF75C6;
}
.BgClassName
{
background-color: #CF75C6;
}
</style>
border-color css
<style>
span { border-color: #CF75C6; }
span { border-color: rgb(207,117,198); }
td.TdClassName
{
border-color: #CF75C6;
}
.TagClassName
{
border-color: #CF75C6;
}
</style>