Shades of Orchid #CE82CB
Tints of Orchid #CE82CB
RGB
CMYK
RGB Variations
Color information
#CE82CB (or 0xCE82CB) is known color: Orchid. HEX triplet: CE, 82 and CB. RGB value is (206,130,203). Sum of RGB (Red+Green+Blue) = 206+130+203=539 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.22% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 206 - color contains mainly: red. Hex color #CE82CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CE82CB is #317D34. Grayscale: #A0A0A0. Windows color (decimal): -3243317 or 13337294. OLE color: 13337294.
HSL color Cylindrical-coordinate representation of color #CE82CB: hue angle of 302.37º 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 #CE82CB is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 130 | 203 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.19 |
| HSL | 302.37º | 0.44% | 0.66% | - |
| HSV(B) | 302.37º | 0.37% | 0.81% | - |
| XYZ | 44.22 | 33.4 | 60.62 | - |
| YUV | 161.05 | 151.68 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 130 | 203 | 0 | 0.37 | 0.01 | 0.19 | 302.37 | 0.44 | 0.66 |
| Hex | CE | 82 | CB | 0 | 25 | 1 | 13 | 12E | 2C | 42 |
| Octal | 316 | 202 | 313 | 0 | 45 | 1 | 23 | 456 | 54 | 102 |
| Binary | 11001110 | 10000010 | 11001011 | 0 | 100101 | 1 | 10011 | 100101110 | 101100 | 1000010 |
Color Harmonies of #CE82CB
Complementary color
Monochromatic Colors of #CE82CB
Black with #CE82CB
Text Example
Text Example
White with #CE82CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE82CB; }
p { color: rgb(206,130,203); }
H1.HeaderClassName
{
color: #CE82CB;
}
.AnyTagClassName
{
color: #CE82CB;
}
</style>
background-color css
<style>
a { background-color: #CE82CB; }
a { background-color: rgb(206,130,203); }
div.DivClassName
{
background-color: #CE82CB;
}
.BgClassName
{
background-color: #CE82CB;
}
</style>
border-color css
<style>
span { border-color: #CE82CB; }
span { border-color: rgb(206,130,203); }
td.TdClassName
{
border-color: #CE82CB;
}
.TagClassName
{
border-color: #CE82CB;
}
</style>