Shades of Orchid #CF83CA
Tints of Orchid #CF83CA
RGB
CMYK
RGB Variations
Color information
#CF83CA (or 0xCF83CA) is known color: Orchid. HEX triplet: CF, 83 and CA. RGB value is (207,131,202). Sum of RGB (Red+Green+Blue) = 207+131+202=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 131 (51.56% from 255 or 24.26% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF83CA is #307C35. Grayscale: #A1A1A1. Windows color (decimal): -3177526 or 13272015. OLE color: 13272015.
HSL color Cylindrical-coordinate representation of color #CF83CA: hue angle of 303.95º 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 #CF83CA is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 202 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.19 |
| HSL | 303.95º | 0.44% | 0.66% | - |
| HSV(B) | 303.95º | 0.37% | 0.81% | - |
| XYZ | 44.51 | 33.76 | 60.05 | - |
| YUV | 161.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 202 | 0 | 0.37 | 0.02 | 0.19 | 303.95 | 0.44 | 0.66 |
| Hex | CF | 83 | CA | 0 | 25 | 2 | 13 | 130 | 2C | 42 |
| Octal | 317 | 203 | 312 | 0 | 45 | 2 | 23 | 460 | 54 | 102 |
| Binary | 11001111 | 10000011 | 11001010 | 0 | 100101 | 10 | 10011 | 100110000 | 101100 | 1000010 |
Color Harmonies of #CF83CA
Complementary color
Monochromatic Colors of #CF83CA
Black with #CF83CA
Text Example
Text Example
White with #CF83CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF83CA; }
p { color: rgb(207,131,202); }
H1.HeaderClassName
{
color: #CF83CA;
}
.AnyTagClassName
{
color: #CF83CA;
}
</style>
background-color css
<style>
a { background-color: #CF83CA; }
a { background-color: rgb(207,131,202); }
div.DivClassName
{
background-color: #CF83CA;
}
.BgClassName
{
background-color: #CF83CA;
}
</style>
border-color css
<style>
span { border-color: #CF83CA; }
span { border-color: rgb(207,131,202); }
td.TdClassName
{
border-color: #CF83CA;
}
.TagClassName
{
border-color: #CF83CA;
}
</style>