Shades of Orchid #CF6FDA
Tints of Orchid #CF6FDA
RGB
CMYK
RGB Variations
Color information
#CF6FDA (or 0xCF6FDA) is known color: Orchid. HEX triplet: CF, 6F and DA. RGB value is (207,111,218). Sum of RGB (Red+Green+Blue) = 207+111+218=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 111 (43.75% from 255 or 20.71% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF6FDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6FDA is #309025. Grayscale: #979797. Windows color (decimal): -3182630 or 14315471. OLE color: 14315471.
HSL color Cylindrical-coordinate representation of color #CF6FDA: hue angle of 293.83º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6FDA is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 111 | 218 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.15 |
| HSL | 293.83º | 0.59% | 0.65% | - |
| HSV(B) | 293.83º | 0.49% | 0.85% | - |
| XYZ | 44.07 | 29.7 | 69.74 | - |
| YUV | 151.9 | 165.3 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 218 | 0.05 | 0.49 | 0 | 0.15 | 293.83 | 0.59 | 0.65 |
| Hex | CF | 6F | DA | 5 | 31 | 0 | F | 126 | 3B | 41 |
| Octal | 317 | 157 | 332 | 5 | 61 | 0 | 17 | 446 | 73 | 101 |
| Binary | 11001111 | 1101111 | 11011010 | 101 | 110001 | 0 | 1111 | 100100110 | 111011 | 1000001 |
Color Harmonies of #CF6FDA
Complementary color
Monochromatic Colors of #CF6FDA
Black with #CF6FDA
Text Example
Text Example
White with #CF6FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FDA; }
p { color: rgb(207,111,218); }
H1.HeaderClassName
{
color: #CF6FDA;
}
.AnyTagClassName
{
color: #CF6FDA;
}
</style>
background-color css
<style>
a { background-color: #CF6FDA; }
a { background-color: rgb(207,111,218); }
div.DivClassName
{
background-color: #CF6FDA;
}
.BgClassName
{
background-color: #CF6FDA;
}
</style>
border-color css
<style>
span { border-color: #CF6FDA; }
span { border-color: rgb(207,111,218); }
td.TdClassName
{
border-color: #CF6FDA;
}
.TagClassName
{
border-color: #CF6FDA;
}
</style>