Shades of Orchid #CF83DB
Tints of Orchid #CF83DB
RGB
CMYK
RGB Variations
Color information
#CF83DB (or 0xCF83DB) is known color: Orchid. HEX triplet: CF, 83 and DB. RGB value is (207,131,219). Sum of RGB (Red+Green+Blue) = 207+131+219=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 131 (51.56% from 255 or 23.52% from 557); Blue value is 219 (85.94% from 255 or 39.32% from 557); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF83DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83DB is #307C24. Grayscale: #A3A3A3. Windows color (decimal): -3177509 or 14386127. OLE color: 14386127.
HSL color Cylindrical-coordinate representation of color #CF83DB: hue angle of 291.82º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF83DB is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 131 | 219 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.14 |
| HSL | 291.82º | 0.55% | 0.69% | - |
| HSV(B) | 291.82º | 0.4% | 0.86% | - |
| XYZ | 46.63 | 34.61 | 71.24 | - |
| YUV | 163.76 | 159.18 | 158.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 219 | 0.05 | 0.40 | 0 | 0.14 | 291.82 | 0.55 | 0.69 |
| Hex | CF | 83 | DB | 5 | 28 | 0 | E | 124 | 37 | 45 |
| Octal | 317 | 203 | 333 | 5 | 50 | 0 | 16 | 444 | 67 | 105 |
| Binary | 11001111 | 10000011 | 11011011 | 101 | 101000 | 0 | 1110 | 100100100 | 110111 | 1000101 |
Color Harmonies of #CF83DB
Complementary color
Monochromatic Colors of #CF83DB
Black with #CF83DB
Text Example
Text Example
White with #CF83DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF83DB; }
p { color: rgb(207,131,219); }
H1.HeaderClassName
{
color: #CF83DB;
}
.AnyTagClassName
{
color: #CF83DB;
}
</style>
background-color css
<style>
a { background-color: #CF83DB; }
a { background-color: rgb(207,131,219); }
div.DivClassName
{
background-color: #CF83DB;
}
.BgClassName
{
background-color: #CF83DB;
}
</style>
border-color css
<style>
span { border-color: #CF83DB; }
span { border-color: rgb(207,131,219); }
td.TdClassName
{
border-color: #CF83DB;
}
.TagClassName
{
border-color: #CF83DB;
}
</style>