Shades of Orchid #CF69E1
Tints of Orchid #CF69E1
RGB
CMYK
RGB Variations
Color information
#CF69E1 (or 0xCF69E1) is known color: Orchid. HEX triplet: CF, 69 and E1. RGB value is (207,105,225). Sum of RGB (Red+Green+Blue) = 207+105+225=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 105 (41.41% from 255 or 19.55% from 537); Blue value is 225 (88.28% from 255 or 41.90% from 537); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF69E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF69E1 is #30961E. Grayscale: #949494. Windows color (decimal): -3184159 or 14772687. OLE color: 14772687.
HSL color Cylindrical-coordinate representation of color #CF69E1: hue angle of 291º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF69E1 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 105 | 225 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.12 |
| HSL | 291º | 0.67% | 0.65% | - |
| HSV(B) | 291º | 0.53% | 0.88% | - |
| XYZ | 44.37 | 28.8 | 74.46 | - |
| YUV | 149.18 | 170.79 | 169.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 225 | 0.08 | 0.53 | 0 | 0.12 | 291 | 0.67 | 0.65 |
| Hex | CF | 69 | E1 | 8 | 35 | 0 | C | 123 | 43 | 41 |
| Octal | 317 | 151 | 341 | 10 | 65 | 0 | 14 | 443 | 103 | 101 |
| Binary | 11001111 | 1101001 | 11100001 | 1000 | 110101 | 0 | 1100 | 100100011 | 1000011 | 1000001 |
Color Harmonies of #CF69E1
Complementary color
Monochromatic Colors of #CF69E1
Black with #CF69E1
Text Example
Text Example
White with #CF69E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF69E1; }
p { color: rgb(207,105,225); }
H1.HeaderClassName
{
color: #CF69E1;
}
.AnyTagClassName
{
color: #CF69E1;
}
</style>
background-color css
<style>
a { background-color: #CF69E1; }
a { background-color: rgb(207,105,225); }
div.DivClassName
{
background-color: #CF69E1;
}
.BgClassName
{
background-color: #CF69E1;
}
</style>
border-color css
<style>
span { border-color: #CF69E1; }
span { border-color: rgb(207,105,225); }
td.TdClassName
{
border-color: #CF69E1;
}
.TagClassName
{
border-color: #CF69E1;
}
</style>