Shades of Orchid #CF83CB
Tints of Orchid #CF83CB
RGB
CMYK
RGB Variations
Color information
#CF83CB (or 0xCF83CB) is known color: Orchid. HEX triplet: CF, 83 and CB. RGB value is (207,131,203). Sum of RGB (Red+Green+Blue) = 207+131+203=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83CB is #307C34. Grayscale: #A1A1A1. Windows color (decimal): -3177525 or 13337551. OLE color: 13337551.
HSL color Cylindrical-coordinate representation of color #CF83CB: hue angle of 303.16º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CF83CB is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 203 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.19 |
| HSL | 303.16º | 0.44% | 0.66% | - |
| HSV(B) | 303.16º | 0.37% | 0.81% | - |
| XYZ | 44.63 | 33.81 | 60.67 | - |
| YUV | 161.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 203 | 0 | 0.37 | 0.02 | 0.19 | 303.16 | 0.44 | 0.66 |
| Hex | CF | 83 | CB | 0 | 25 | 2 | 13 | 12F | 2C | 42 |
| Octal | 317 | 203 | 313 | 0 | 45 | 2 | 23 | 457 | 54 | 102 |
| Binary | 11001111 | 10000011 | 11001011 | 0 | 100101 | 10 | 10011 | 100101111 | 101100 | 1000010 |
Color Harmonies of #CF83CB
Complementary color
Monochromatic Colors of #CF83CB
Black with #CF83CB
Text Example
Text Example
White with #CF83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF83CB; }
p { color: rgb(207,131,203); }
H1.HeaderClassName
{
color: #CF83CB;
}
.AnyTagClassName
{
color: #CF83CB;
}
</style>
background-color css
<style>
a { background-color: #CF83CB; }
a { background-color: rgb(207,131,203); }
div.DivClassName
{
background-color: #CF83CB;
}
.BgClassName
{
background-color: #CF83CB;
}
</style>
border-color css
<style>
span { border-color: #CF83CB; }
span { border-color: rgb(207,131,203); }
td.TdClassName
{
border-color: #CF83CB;
}
.TagClassName
{
border-color: #CF83CB;
}
</style>