Shades of Medium Orchid #CB3FDD
Tints of Medium Orchid #CB3FDD
RGB
CMYK
RGB Variations
Color information
#CB3FDD (or 0xCB3FDD) is known color: Medium Orchid. HEX triplet: CB, 3F and DD. RGB value is (203,63,221). Sum of RGB (Red+Green+Blue) = 203+63+221=487 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.68% from 487); Green value is 63 (25% from 255 or 12.94% from 487); Blue value is 221 (86.72% from 255 or 45.38% from 487); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB3FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3FDD is #34C022. Grayscale: #7A7A7A. Windows color (decimal): -3457059 or 14499787. OLE color: 14499787.
HSL color Cylindrical-coordinate representation of color #CB3FDD: hue angle of 293.16º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CB3FDD is Cyan = 0.08, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 63 | 221 | - |
| CMYK | 0.08 | 0.71 | 0 | 0.13 |
| HSL | 293.16º | 0.7% | 0.56% | - |
| HSV(B) | 293.16º | 0.71% | 0.87% | - |
| XYZ | 39.46 | 21.47 | 70.47 | - |
| YUV | 122.87 | 183.38 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 221 | 0.08 | 0.71 | 0 | 0.13 | 293.16 | 0.7 | 0.56 |
| Hex | CB | 3F | DD | 8 | 47 | 0 | D | 125 | 46 | 38 |
| Octal | 313 | 77 | 335 | 10 | 107 | 0 | 15 | 445 | 106 | 70 |
| Binary | 11001011 | 111111 | 11011101 | 1000 | 1000111 | 0 | 1101 | 100100101 | 1000110 | 111000 |
Color Harmonies of #CB3FDD
Complementary color
Monochromatic Colors of #CB3FDD
Black with #CB3FDD
Text Example
Text Example
White with #CB3FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FDD; }
p { color: rgb(203,63,221); }
H1.HeaderClassName
{
color: #CB3FDD;
}
.AnyTagClassName
{
color: #CB3FDD;
}
</style>
background-color css
<style>
a { background-color: #CB3FDD; }
a { background-color: rgb(203,63,221); }
div.DivClassName
{
background-color: #CB3FDD;
}
.BgClassName
{
background-color: #CB3FDD;
}
</style>
border-color css
<style>
span { border-color: #CB3FDD; }
span { border-color: rgb(203,63,221); }
td.TdClassName
{
border-color: #CB3FDD;
}
.TagClassName
{
border-color: #CB3FDD;
}
</style>