Shades of Orchid #CF6ADC
Tints of Orchid #CF6ADC
RGB
CMYK
RGB Variations
Color information
#CF6ADC (or 0xCF6ADC) is known color: Orchid. HEX triplet: CF, 6A and DC. RGB value is (207,106,220). Sum of RGB (Red+Green+Blue) = 207+106+220=533 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.84% from 533); Green value is 106 (41.80% from 255 or 19.89% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF6ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ADC is #309523. Grayscale: #949494. Windows color (decimal): -3183908 or 14445263. OLE color: 14445263.
HSL color Cylindrical-coordinate representation of color #CF6ADC: hue angle of 293.16º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CF6ADC is Cyan = 0.06, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 106 | 220 | - |
| CMYK | 0.06 | 0.52 | 0 | 0.14 |
| HSL | 293.16º | 0.62% | 0.64% | - |
| HSV(B) | 293.16º | 0.52% | 0.86% | - |
| XYZ | 43.8 | 28.74 | 70.95 | - |
| YUV | 149.2 | 167.96 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 220 | 0.06 | 0.52 | 0 | 0.14 | 293.16 | 0.62 | 0.64 |
| Hex | CF | 6A | DC | 6 | 34 | 0 | E | 125 | 3E | 40 |
| Octal | 317 | 152 | 334 | 6 | 64 | 0 | 16 | 445 | 76 | 100 |
| Binary | 11001111 | 1101010 | 11011100 | 110 | 110100 | 0 | 1110 | 100100101 | 111110 | 1000000 |
Color Harmonies of #CF6ADC
Complementary color
Monochromatic Colors of #CF6ADC
Black with #CF6ADC
Text Example
Text Example
White with #CF6ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6ADC; }
p { color: rgb(207,106,220); }
H1.HeaderClassName
{
color: #CF6ADC;
}
.AnyTagClassName
{
color: #CF6ADC;
}
</style>
background-color css
<style>
a { background-color: #CF6ADC; }
a { background-color: rgb(207,106,220); }
div.DivClassName
{
background-color: #CF6ADC;
}
.BgClassName
{
background-color: #CF6ADC;
}
</style>
border-color css
<style>
span { border-color: #CF6ADC; }
span { border-color: rgb(207,106,220); }
td.TdClassName
{
border-color: #CF6ADC;
}
.TagClassName
{
border-color: #CF6ADC;
}
</style>