Shades of Orchid #CF6BDA
Tints of Orchid #CF6BDA
RGB
CMYK
RGB Variations
Color information
#CF6BDA (or 0xCF6BDA) is known color: Orchid. HEX triplet: CF, 6B and DA. RGB value is (207,107,218). Sum of RGB (Red+Green+Blue) = 207+107+218=532 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.91% from 532); Green value is 107 (42.19% from 255 or 20.11% from 532); Blue value is 218 (85.55% from 255 or 40.98% from 532); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF6BDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6BDA is #309425. Grayscale: #959595. Windows color (decimal): -3183654 or 14314447. OLE color: 14314447.
HSL color Cylindrical-coordinate representation of color #CF6BDA: hue angle of 294.05º 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 #CF6BDA is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 107 | 218 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.15 |
| HSL | 294.05º | 0.6% | 0.64% | - |
| HSV(B) | 294.05º | 0.51% | 0.85% | - |
| XYZ | 43.64 | 28.84 | 69.6 | - |
| YUV | 149.55 | 166.63 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 218 | 0.05 | 0.51 | 0 | 0.15 | 294.05 | 0.6 | 0.64 |
| Hex | CF | 6B | DA | 5 | 33 | 0 | F | 126 | 3C | 40 |
| Octal | 317 | 153 | 332 | 5 | 63 | 0 | 17 | 446 | 74 | 100 |
| Binary | 11001111 | 1101011 | 11011010 | 101 | 110011 | 0 | 1111 | 100100110 | 111100 | 1000000 |
Color Harmonies of #CF6BDA
Complementary color
Monochromatic Colors of #CF6BDA
Black with #CF6BDA
Text Example
Text Example
White with #CF6BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6BDA; }
p { color: rgb(207,107,218); }
H1.HeaderClassName
{
color: #CF6BDA;
}
.AnyTagClassName
{
color: #CF6BDA;
}
</style>
background-color css
<style>
a { background-color: #CF6BDA; }
a { background-color: rgb(207,107,218); }
div.DivClassName
{
background-color: #CF6BDA;
}
.BgClassName
{
background-color: #CF6BDA;
}
</style>
border-color css
<style>
span { border-color: #CF6BDA; }
span { border-color: rgb(207,107,218); }
td.TdClassName
{
border-color: #CF6BDA;
}
.TagClassName
{
border-color: #CF6BDA;
}
</style>