Shades of Medium Orchid #CB35DF
Tints of Medium Orchid #CB35DF
RGB
CMYK
RGB Variations
Color information
#CB35DF (or 0xCB35DF) is known color: Medium Orchid. HEX triplet: CB, 35 and DF. RGB value is (203,53,223). Sum of RGB (Red+Green+Blue) = 203+53+223=479 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.38% from 479); Green value is 53 (21.09% from 255 or 11.06% from 479); Blue value is 223 (87.5% from 255 or 46.56% from 479); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB35DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB35DF is #34CA20. Grayscale: #747474. Windows color (decimal): -3459617 or 14628299. OLE color: 14628299.
HSL color Cylindrical-coordinate representation of color #CB35DF: hue angle of 292.94º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CB35DF is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 53 | 223 | - |
| CMYK | 0.09 | 0.76 | 0 | 0.13 |
| HSL | 292.94º | 0.73% | 0.54% | - |
| HSV(B) | 292.94º | 0.76% | 0.87% | - |
| XYZ | 39.22 | 20.57 | 71.72 | - |
| YUV | 117.23 | 187.7 | 189.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 53 | 223 | 0.09 | 0.76 | 0 | 0.13 | 292.94 | 0.73 | 0.54 |
| Hex | CB | 35 | DF | 9 | 4C | 0 | D | 125 | 49 | 36 |
| Octal | 313 | 65 | 337 | 11 | 114 | 0 | 15 | 445 | 111 | 66 |
| Binary | 11001011 | 110101 | 11011111 | 1001 | 1001100 | 0 | 1101 | 100100101 | 1001001 | 110110 |
Color Harmonies of #CB35DF
Complementary color
Monochromatic Colors of #CB35DF
Black with #CB35DF
Text Example
Text Example
White with #CB35DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB35DF; }
p { color: rgb(203,53,223); }
H1.HeaderClassName
{
color: #CB35DF;
}
.AnyTagClassName
{
color: #CB35DF;
}
</style>
background-color css
<style>
a { background-color: #CB35DF; }
a { background-color: rgb(203,53,223); }
div.DivClassName
{
background-color: #CB35DF;
}
.BgClassName
{
background-color: #CB35DF;
}
</style>
border-color css
<style>
span { border-color: #CB35DF; }
span { border-color: rgb(203,53,223); }
td.TdClassName
{
border-color: #CB35DF;
}
.TagClassName
{
border-color: #CB35DF;
}
</style>