Shades of Orchid #CB7FDF
Tints of Orchid #CB7FDF
RGB
CMYK
RGB Variations
Color information
#CB7FDF (or 0xCB7FDF) is known color: Orchid. HEX triplet: CB, 7F and DF. RGB value is (203,127,223). Sum of RGB (Red+Green+Blue) = 203+127+223=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB7FDF is #348020. Grayscale: #A0A0A0. Windows color (decimal): -3440673 or 14647243. OLE color: 14647243.
HSL color Cylindrical-coordinate representation of color #CB7FDF: hue angle of 287.5º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CB7FDF is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 127 | 223 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.13 |
| HSL | 287.5º | 0.6% | 0.69% | - |
| HSV(B) | 287.5º | 0.43% | 0.87% | - |
| XYZ | 45.54 | 33.2 | 73.82 | - |
| YUV | 160.67 | 163.18 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 127 | 223 | 0.09 | 0.43 | 0 | 0.13 | 287.5 | 0.6 | 0.69 |
| Hex | CB | 7F | DF | 9 | 2B | 0 | D | 120 | 3C | 45 |
| Octal | 313 | 177 | 337 | 11 | 53 | 0 | 15 | 440 | 74 | 105 |
| Binary | 11001011 | 1111111 | 11011111 | 1001 | 101011 | 0 | 1101 | 100100000 | 111100 | 1000101 |
Color Harmonies of #CB7FDF
Complementary color
Monochromatic Colors of #CB7FDF
Black with #CB7FDF
Text Example
Text Example
White with #CB7FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7FDF; }
p { color: rgb(203,127,223); }
H1.HeaderClassName
{
color: #CB7FDF;
}
.AnyTagClassName
{
color: #CB7FDF;
}
</style>
background-color css
<style>
a { background-color: #CB7FDF; }
a { background-color: rgb(203,127,223); }
div.DivClassName
{
background-color: #CB7FDF;
}
.BgClassName
{
background-color: #CB7FDF;
}
</style>
border-color css
<style>
span { border-color: #CB7FDF; }
span { border-color: rgb(203,127,223); }
td.TdClassName
{
border-color: #CB7FDF;
}
.TagClassName
{
border-color: #CB7FDF;
}
</style>