Shades of Orchid #CB71DF
Tints of Orchid #CB71DF
RGB
CMYK
RGB Variations
Color information
#CB71DF (or 0xCB71DF) is known color: Orchid. HEX triplet: CB, 71 and DF. RGB value is (203,113,223). Sum of RGB (Red+Green+Blue) = 203+113+223=539 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.66% from 539); Green value is 113 (44.53% from 255 or 20.96% from 539); Blue value is 223 (87.5% from 255 or 41.37% from 539); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB71DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB71DF is #348E20. Grayscale: #989898. Windows color (decimal): -3444257 or 14643659. OLE color: 14643659.
HSL color Cylindrical-coordinate representation of color #CB71DF: hue angle of 289.09º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB71DF is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 113 | 223 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.13 |
| HSL | 289.09º | 0.63% | 0.66% | - |
| HSV(B) | 289.09º | 0.49% | 0.87% | - |
| XYZ | 43.85 | 29.83 | 73.26 | - |
| YUV | 152.45 | 167.82 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 223 | 0.09 | 0.49 | 0 | 0.13 | 289.09 | 0.63 | 0.66 |
| Hex | CB | 71 | DF | 9 | 31 | 0 | D | 121 | 3F | 42 |
| Octal | 313 | 161 | 337 | 11 | 61 | 0 | 15 | 441 | 77 | 102 |
| Binary | 11001011 | 1110001 | 11011111 | 1001 | 110001 | 0 | 1101 | 100100001 | 111111 | 1000010 |
Color Harmonies of #CB71DF
Complementary color
Monochromatic Colors of #CB71DF
Black with #CB71DF
Text Example
Text Example
White with #CB71DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB71DF; }
p { color: rgb(203,113,223); }
H1.HeaderClassName
{
color: #CB71DF;
}
.AnyTagClassName
{
color: #CB71DF;
}
</style>
background-color css
<style>
a { background-color: #CB71DF; }
a { background-color: rgb(203,113,223); }
div.DivClassName
{
background-color: #CB71DF;
}
.BgClassName
{
background-color: #CB71DF;
}
</style>
border-color css
<style>
span { border-color: #CB71DF; }
span { border-color: rgb(203,113,223); }
td.TdClassName
{
border-color: #CB71DF;
}
.TagClassName
{
border-color: #CB71DF;
}
</style>