Shades of Orchid #CF75CE
Tints of Orchid #CF75CE
RGB
CMYK
RGB Variations
Color information
#CF75CE (or 0xCF75CE) is known color: Orchid. HEX triplet: CF, 75 and CE. RGB value is (207,117,206). Sum of RGB (Red+Green+Blue) = 207+117+206=530 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.06% from 530); Green value is 117 (46.09% from 255 or 22.08% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 207 - color contains mainly: red. Hex color #CF75CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF75CE is #308A31. Grayscale: #999999. Windows color (decimal): -3181106 or 13530575. OLE color: 13530575.
HSL color Cylindrical-coordinate representation of color #CF75CE: hue angle of 300.67º 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 #CF75CE is Cyan = 0, Magento = 0.43, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 206 | - |
| CMYK | 0 | 0.43 | 0.00 | 0.19 |
| HSL | 300.67º | 0.48% | 0.64% | - |
| HSV(B) | 300.67º | 0.43% | 0.81% | - |
| XYZ | 43.23 | 30.44 | 61.99 | - |
| YUV | 154.06 | 157.32 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 206 | 0 | 0.43 | 0.00 | 0.19 | 300.67 | 0.48 | 0.64 |
| Hex | CF | 75 | CE | 0 | 2B | 0 | 13 | 12D | 30 | 40 |
| Octal | 317 | 165 | 316 | 0 | 53 | 0 | 23 | 455 | 60 | 100 |
| Binary | 11001111 | 1110101 | 11001110 | 0 | 101011 | 0 | 10011 | 100101101 | 110000 | 1000000 |
Color Harmonies of #CF75CE
Complementary color
Monochromatic Colors of #CF75CE
Black with #CF75CE
Text Example
Text Example
White with #CF75CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75CE; }
p { color: rgb(207,117,206); }
H1.HeaderClassName
{
color: #CF75CE;
}
.AnyTagClassName
{
color: #CF75CE;
}
</style>
background-color css
<style>
a { background-color: #CF75CE; }
a { background-color: rgb(207,117,206); }
div.DivClassName
{
background-color: #CF75CE;
}
.BgClassName
{
background-color: #CF75CE;
}
</style>
border-color css
<style>
span { border-color: #CF75CE; }
span { border-color: rgb(207,117,206); }
td.TdClassName
{
border-color: #CF75CE;
}
.TagClassName
{
border-color: #CF75CE;
}
</style>