Shades of Orchid #CF6ABD
Tints of Orchid #CF6ABD
RGB
CMYK
RGB Variations
Color information
#CF6ABD (or 0xCF6ABD) is known color: Orchid. HEX triplet: CF, 6A and BD. RGB value is (207,106,189). Sum of RGB (Red+Green+Blue) = 207+106+189=502 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.24% from 502); Green value is 106 (41.80% from 255 or 21.12% from 502); Blue value is 189 (74.22% from 255 or 37.65% from 502); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF6ABD is #309542. Grayscale: #919191. Windows color (decimal): -3183939 or 12413647. OLE color: 12413647.
HSL color Cylindrical-coordinate representation of color #CF6ABD: hue angle of 310.69º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF6ABD is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 189 | - |
| CMYK | 0 | 0.49 | 0.09 | 0.19 |
| HSL | 310.69º | 0.51% | 0.61% | - |
| HSV(B) | 310.69º | 0.49% | 0.81% | - |
| XYZ | 40.07 | 27.25 | 51.29 | - |
| YUV | 145.66 | 152.46 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 189 | 0 | 0.49 | 0.09 | 0.19 | 310.69 | 0.51 | 0.61 |
| Hex | CF | 6A | BD | 0 | 31 | 9 | 13 | 137 | 33 | 3D |
| Octal | 317 | 152 | 275 | 0 | 61 | 11 | 23 | 467 | 63 | 75 |
| Binary | 11001111 | 1101010 | 10111101 | 0 | 110001 | 1001 | 10011 | 100110111 | 110011 | 111101 |
Color Harmonies of #CF6ABD
Complementary color
Monochromatic Colors of #CF6ABD
Black with #CF6ABD
Text Example
Text Example
White with #CF6ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6ABD; }
p { color: rgb(207,106,189); }
H1.HeaderClassName
{
color: #CF6ABD;
}
.AnyTagClassName
{
color: #CF6ABD;
}
</style>
background-color css
<style>
a { background-color: #CF6ABD; }
a { background-color: rgb(207,106,189); }
div.DivClassName
{
background-color: #CF6ABD;
}
.BgClassName
{
background-color: #CF6ABD;
}
</style>
border-color css
<style>
span { border-color: #CF6ABD; }
span { border-color: rgb(207,106,189); }
td.TdClassName
{
border-color: #CF6ABD;
}
.TagClassName
{
border-color: #CF6ABD;
}
</style>