Shades of Orchid #CF6ADA
Tints of Orchid #CF6ADA
RGB
CMYK
RGB Variations
Color information
#CF6ADA (or 0xCF6ADA) is known color: Orchid. HEX triplet: CF, 6A and DA. RGB value is (207,106,218). Sum of RGB (Red+Green+Blue) = 207+106+218=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 218 (85.55% from 255 or 41.05% from 531); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF6ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ADA is #309525. Grayscale: #949494. Windows color (decimal): -3183910 or 14314191. OLE color: 14314191.
HSL color Cylindrical-coordinate representation of color #CF6ADA: hue angle of 294.11º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF6ADA is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 106 | 218 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.15 |
| HSL | 294.11º | 0.6% | 0.64% | - |
| HSV(B) | 294.11º | 0.51% | 0.85% | - |
| XYZ | 43.54 | 28.64 | 69.56 | - |
| YUV | 148.97 | 166.96 | 169.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 218 | 0.05 | 0.51 | 0 | 0.15 | 294.11 | 0.6 | 0.64 |
| Hex | CF | 6A | DA | 5 | 33 | 0 | F | 126 | 3C | 40 |
| Octal | 317 | 152 | 332 | 5 | 63 | 0 | 17 | 446 | 74 | 100 |
| Binary | 11001111 | 1101010 | 11011010 | 101 | 110011 | 0 | 1111 | 100100110 | 111100 | 1000000 |
Color Harmonies of #CF6ADA
Complementary color
Monochromatic Colors of #CF6ADA
Black with #CF6ADA
Text Example
Text Example
White with #CF6ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6ADA; }
p { color: rgb(207,106,218); }
H1.HeaderClassName
{
color: #CF6ADA;
}
.AnyTagClassName
{
color: #CF6ADA;
}
</style>
background-color css
<style>
a { background-color: #CF6ADA; }
a { background-color: rgb(207,106,218); }
div.DivClassName
{
background-color: #CF6ADA;
}
.BgClassName
{
background-color: #CF6ADA;
}
</style>
border-color css
<style>
span { border-color: #CF6ADA; }
span { border-color: rgb(207,106,218); }
td.TdClassName
{
border-color: #CF6ADA;
}
.TagClassName
{
border-color: #CF6ADA;
}
</style>