Shades of Orchid #CF6CDA
Tints of Orchid #CF6CDA
RGB
CMYK
RGB Variations
Color information
#CF6CDA (or 0xCF6CDA) is known color: Orchid. HEX triplet: CF, 6C and DA. RGB value is (207,108,218). Sum of RGB (Red+Green+Blue) = 207+108+218=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 108 (42.58% from 255 or 20.26% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #CF6CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6CDA is #309325. Grayscale: #959595. Windows color (decimal): -3183398 or 14314703. OLE color: 14314703.
HSL color Cylindrical-coordinate representation of color #CF6CDA: hue angle of 294º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CF6CDA is Cyan = 0.05, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 108 | 218 | - |
| CMYK | 0.05 | 0.50 | 0 | 0.15 |
| HSL | 294º | 0.6% | 0.64% | - |
| HSV(B) | 294º | 0.5% | 0.85% | - |
| XYZ | 43.75 | 29.05 | 69.63 | - |
| YUV | 150.14 | 166.3 | 168.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 218 | 0.05 | 0.50 | 0 | 0.15 | 294 | 0.6 | 0.64 |
| Hex | CF | 6C | DA | 5 | 32 | 0 | F | 126 | 3C | 40 |
| Octal | 317 | 154 | 332 | 5 | 62 | 0 | 17 | 446 | 74 | 100 |
| Binary | 11001111 | 1101100 | 11011010 | 101 | 110010 | 0 | 1111 | 100100110 | 111100 | 1000000 |
Color Harmonies of #CF6CDA
Complementary color
Monochromatic Colors of #CF6CDA
Black with #CF6CDA
Text Example
Text Example
White with #CF6CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6CDA; }
p { color: rgb(207,108,218); }
H1.HeaderClassName
{
color: #CF6CDA;
}
.AnyTagClassName
{
color: #CF6CDA;
}
</style>
background-color css
<style>
a { background-color: #CF6CDA; }
a { background-color: rgb(207,108,218); }
div.DivClassName
{
background-color: #CF6CDA;
}
.BgClassName
{
background-color: #CF6CDA;
}
</style>
border-color css
<style>
span { border-color: #CF6CDA; }
span { border-color: rgb(207,108,218); }
td.TdClassName
{
border-color: #CF6CDA;
}
.TagClassName
{
border-color: #CF6CDA;
}
</style>