Shades of Orchid #CF6FE1
Tints of Orchid #CF6FE1
RGB
CMYK
RGB Variations
Color information
#CF6FE1 (or 0xCF6FE1) is known color: Orchid. HEX triplet: CF, 6F and E1. RGB value is (207,111,225). Sum of RGB (Red+Green+Blue) = 207+111+225=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 111 (43.75% from 255 or 20.44% from 543); Blue value is 225 (88.28% from 255 or 41.44% from 543); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF6FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FE1 is #30901E. Grayscale: #989898. Windows color (decimal): -3182623 or 14774223. OLE color: 14774223.
HSL color Cylindrical-coordinate representation of color #CF6FE1: hue angle of 290.53º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6FE1 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 111 | 225 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.12 |
| HSL | 290.53º | 0.66% | 0.66% | - |
| HSV(B) | 290.53º | 0.51% | 0.88% | - |
| XYZ | 45.01 | 30.07 | 74.67 | - |
| YUV | 152.7 | 168.8 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 225 | 0.08 | 0.51 | 0 | 0.12 | 290.53 | 0.66 | 0.66 |
| Hex | CF | 6F | E1 | 8 | 33 | 0 | C | 123 | 42 | 42 |
| Octal | 317 | 157 | 341 | 10 | 63 | 0 | 14 | 443 | 102 | 102 |
| Binary | 11001111 | 1101111 | 11100001 | 1000 | 110011 | 0 | 1100 | 100100011 | 1000010 | 1000010 |
Color Harmonies of #CF6FE1
Complementary color
Monochromatic Colors of #CF6FE1
Black with #CF6FE1
Text Example
Text Example
White with #CF6FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FE1; }
p { color: rgb(207,111,225); }
H1.HeaderClassName
{
color: #CF6FE1;
}
.AnyTagClassName
{
color: #CF6FE1;
}
</style>
background-color css
<style>
a { background-color: #CF6FE1; }
a { background-color: rgb(207,111,225); }
div.DivClassName
{
background-color: #CF6FE1;
}
.BgClassName
{
background-color: #CF6FE1;
}
</style>
border-color css
<style>
span { border-color: #CF6FE1; }
span { border-color: rgb(207,111,225); }
td.TdClassName
{
border-color: #CF6FE1;
}
.TagClassName
{
border-color: #CF6FE1;
}
</style>