Shades of Orchid #CF69E6
Tints of Orchid #CF69E6
RGB
CMYK
RGB Variations
Color information
#CF69E6 (or 0xCF69E6) is known color: Orchid. HEX triplet: CF, 69 and E6. RGB value is (207,105,230). Sum of RGB (Red+Green+Blue) = 207+105+230=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 105 (41.41% from 255 or 19.37% from 542); Blue value is 230 (90.23% from 255 or 42.44% from 542); Max value from RGB is 230 - color contains mainly: blue. Hex color #CF69E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF69E6 is #309619. Grayscale: #959595. Windows color (decimal): -3184154 or 15100367. OLE color: 15100367.
HSL color Cylindrical-coordinate representation of color #CF69E6: hue angle of 288.96º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF69E6 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 207 | 105 | 230 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.10 |
| HSL | 288.96º | 0.71% | 0.66% | - |
| HSV(B) | 288.96º | 0.54% | 0.9% | - |
| XYZ | 45.07 | 29.08 | 78.1 | - |
| YUV | 149.75 | 173.29 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 230 | 0.10 | 0.54 | 0 | 0.10 | 288.96 | 0.71 | 0.66 |
| Hex | CF | 69 | E6 | A | 36 | 0 | A | 121 | 47 | 42 |
| Octal | 317 | 151 | 346 | 12 | 66 | 0 | 12 | 441 | 107 | 102 |
| Binary | 11001111 | 1101001 | 11100110 | 1010 | 110110 | 0 | 1010 | 100100001 | 1000111 | 1000010 |
Color Harmonies of #CF69E6
Complementary color
Monochromatic Colors of #CF69E6
Black with #CF69E6
Text Example
Text Example
White with #CF69E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF69E6; }
p { color: rgb(207,105,230); }
H1.HeaderClassName
{
color: #CF69E6;
}
.AnyTagClassName
{
color: #CF69E6;
}
</style>
background-color css
<style>
a { background-color: #CF69E6; }
a { background-color: rgb(207,105,230); }
div.DivClassName
{
background-color: #CF69E6;
}
.BgClassName
{
background-color: #CF69E6;
}
</style>
border-color css
<style>
span { border-color: #CF69E6; }
span { border-color: rgb(207,105,230); }
td.TdClassName
{
border-color: #CF69E6;
}
.TagClassName
{
border-color: #CF69E6;
}
</style>