Shades of Medium Orchid #CB2FDD
Tints of Medium Orchid #CB2FDD
RGB
CMYK
RGB Variations
Color information
#CB2FDD (or 0xCB2FDD) is known color: Medium Orchid. HEX triplet: CB, 2F and DD. RGB value is (203,47,221). Sum of RGB (Red+Green+Blue) = 203+47+221=471 (62% of max value = 765). Red value is 203 (79.69% from 255 or 43.10% from 471); Green value is 47 (18.75% from 255 or 9.98% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #CB2FDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB2FDD is #34D022. Grayscale: #707070. Windows color (decimal): -3461155 or 14495691. OLE color: 14495691.
HSL color Cylindrical-coordinate representation of color #CB2FDD: hue angle of 293.79º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CB2FDD is Cyan = 0.08, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 47 | 221 | - |
| CMYK | 0.08 | 0.79 | 0 | 0.13 |
| HSL | 293.79º | 0.72% | 0.53% | - |
| HSV(B) | 293.79º | 0.79% | 0.87% | - |
| XYZ | 38.7 | 19.95 | 70.22 | - |
| YUV | 113.48 | 188.68 | 191.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 47 | 221 | 0.08 | 0.79 | 0 | 0.13 | 293.79 | 0.72 | 0.53 |
| Hex | CB | 2F | DD | 8 | 4F | 0 | D | 126 | 48 | 35 |
| Octal | 313 | 57 | 335 | 10 | 117 | 0 | 15 | 446 | 110 | 65 |
| Binary | 11001011 | 101111 | 11011101 | 1000 | 1001111 | 0 | 1101 | 100100110 | 1001000 | 110101 |
Color Harmonies of #CB2FDD
Complementary color
Monochromatic Colors of #CB2FDD
Black with #CB2FDD
Text Example
Text Example
White with #CB2FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB2FDD; }
p { color: rgb(203,47,221); }
H1.HeaderClassName
{
color: #CB2FDD;
}
.AnyTagClassName
{
color: #CB2FDD;
}
</style>
background-color css
<style>
a { background-color: #CB2FDD; }
a { background-color: rgb(203,47,221); }
div.DivClassName
{
background-color: #CB2FDD;
}
.BgClassName
{
background-color: #CB2FDD;
}
</style>
border-color css
<style>
span { border-color: #CB2FDD; }
span { border-color: rgb(203,47,221); }
td.TdClassName
{
border-color: #CB2FDD;
}
.TagClassName
{
border-color: #CB2FDD;
}
</style>