Shades of Medium Orchid #CB3EDF
Tints of Medium Orchid #CB3EDF
RGB
CMYK
RGB Variations
Color information
#CB3EDF (or 0xCB3EDF) is known color: Medium Orchid. HEX triplet: CB, 3E and DF. RGB value is (203,62,223). Sum of RGB (Red+Green+Blue) = 203+62+223=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 62 (24.61% from 255 or 12.70% from 488); Blue value is 223 (87.5% from 255 or 45.70% from 488); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB3EDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3EDF is #34C120. Grayscale: #7A7A7A. Windows color (decimal): -3457313 or 14630603. OLE color: 14630603.
HSL color Cylindrical-coordinate representation of color #CB3EDF: hue angle of 292.55º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3EDF is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 62 | 223 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.13 |
| HSL | 292.55º | 0.72% | 0.56% | - |
| HSV(B) | 292.55º | 0.72% | 0.87% | - |
| XYZ | 39.67 | 21.47 | 71.87 | - |
| YUV | 122.51 | 184.71 | 185.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 223 | 0.09 | 0.72 | 0 | 0.13 | 292.55 | 0.72 | 0.56 |
| Hex | CB | 3E | DF | 9 | 48 | 0 | D | 125 | 48 | 38 |
| Octal | 313 | 76 | 337 | 11 | 110 | 0 | 15 | 445 | 110 | 70 |
| Binary | 11001011 | 111110 | 11011111 | 1001 | 1001000 | 0 | 1101 | 100100101 | 1001000 | 111000 |
Color Harmonies of #CB3EDF
Complementary color
Monochromatic Colors of #CB3EDF
Black with #CB3EDF
Text Example
Text Example
White with #CB3EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3EDF; }
p { color: rgb(203,62,223); }
H1.HeaderClassName
{
color: #CB3EDF;
}
.AnyTagClassName
{
color: #CB3EDF;
}
</style>
background-color css
<style>
a { background-color: #CB3EDF; }
a { background-color: rgb(203,62,223); }
div.DivClassName
{
background-color: #CB3EDF;
}
.BgClassName
{
background-color: #CB3EDF;
}
</style>
border-color css
<style>
span { border-color: #CB3EDF; }
span { border-color: rgb(203,62,223); }
td.TdClassName
{
border-color: #CB3EDF;
}
.TagClassName
{
border-color: #CB3EDF;
}
</style>