Shades of Medium Orchid #CB3FDF
Tints of Medium Orchid #CB3FDF
RGB
CMYK
RGB Variations
Color information
#CB3FDF (or 0xCB3FDF) is known color: Medium Orchid. HEX triplet: CB, 3F and DF. RGB value is (203,63,223). Sum of RGB (Red+Green+Blue) = 203+63+223=489 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.51% from 489); Green value is 63 (25% from 255 or 12.88% from 489); Blue value is 223 (87.5% from 255 or 45.60% from 489); Max value from RGB is 223 - color contains mainly: blue. Hex color #CB3FDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FDF is #34C020. Grayscale: #7A7A7A. Windows color (decimal): -3457057 or 14630859. OLE color: 14630859.
HSL color Cylindrical-coordinate representation of color #CB3FDF: hue angle of 292.5º degrees, saturation: 0.71, 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 #CB3FDF is Cyan = 0.09, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 63 | 223 | - |
| CMYK | 0.09 | 0.72 | 0 | 0.13 |
| HSL | 292.5º | 0.71% | 0.56% | - |
| HSV(B) | 292.5º | 0.72% | 0.87% | - |
| XYZ | 39.73 | 21.58 | 71.88 | - |
| YUV | 123.1 | 184.38 | 184.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 223 | 0.09 | 0.72 | 0 | 0.13 | 292.5 | 0.71 | 0.56 |
| Hex | CB | 3F | DF | 9 | 48 | 0 | D | 124 | 47 | 38 |
| Octal | 313 | 77 | 337 | 11 | 110 | 0 | 15 | 444 | 107 | 70 |
| Binary | 11001011 | 111111 | 11011111 | 1001 | 1001000 | 0 | 1101 | 100100100 | 1000111 | 111000 |
Color Harmonies of #CB3FDF
Complementary color
Monochromatic Colors of #CB3FDF
Black with #CB3FDF
Text Example
Text Example
White with #CB3FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FDF; }
p { color: rgb(203,63,223); }
H1.HeaderClassName
{
color: #CB3FDF;
}
.AnyTagClassName
{
color: #CB3FDF;
}
</style>
background-color css
<style>
a { background-color: #CB3FDF; }
a { background-color: rgb(203,63,223); }
div.DivClassName
{
background-color: #CB3FDF;
}
.BgClassName
{
background-color: #CB3FDF;
}
</style>
border-color css
<style>
span { border-color: #CB3FDF; }
span { border-color: rgb(203,63,223); }
td.TdClassName
{
border-color: #CB3FDF;
}
.TagClassName
{
border-color: #CB3FDF;
}
</style>