Shades of Medium Orchid #CB3EDA
Tints of Medium Orchid #CB3EDA
RGB
CMYK
RGB Variations
Color information
#CB3EDA (or 0xCB3EDA) is known color: Medium Orchid. HEX triplet: CB, 3E and DA. RGB value is (203,62,218). Sum of RGB (Red+Green+Blue) = 203+62+218=483 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.03% from 483); Green value is 62 (24.61% from 255 or 12.84% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB3EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB3EDA is #34C125. Grayscale: #797979. Windows color (decimal): -3457318 or 14302923. OLE color: 14302923.
HSL color Cylindrical-coordinate representation of color #CB3EDA: hue angle of 294.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB3EDA is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 62 | 218 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.15 |
| HSL | 294.23º | 0.68% | 0.55% | - |
| HSV(B) | 294.23º | 0.72% | 0.85% | - |
| XYZ | 39.01 | 21.2 | 68.37 | - |
| YUV | 121.94 | 182.21 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 218 | 0.07 | 0.72 | 0 | 0.15 | 294.23 | 0.68 | 0.55 |
| Hex | CB | 3E | DA | 7 | 48 | 0 | F | 126 | 44 | 37 |
| Octal | 313 | 76 | 332 | 7 | 110 | 0 | 17 | 446 | 104 | 67 |
| Binary | 11001011 | 111110 | 11011010 | 111 | 1001000 | 0 | 1111 | 100100110 | 1000100 | 110111 |
Color Harmonies of #CB3EDA
Complementary color
Monochromatic Colors of #CB3EDA
Black with #CB3EDA
Text Example
Text Example
White with #CB3EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3EDA; }
p { color: rgb(203,62,218); }
H1.HeaderClassName
{
color: #CB3EDA;
}
.AnyTagClassName
{
color: #CB3EDA;
}
</style>
background-color css
<style>
a { background-color: #CB3EDA; }
a { background-color: rgb(203,62,218); }
div.DivClassName
{
background-color: #CB3EDA;
}
.BgClassName
{
background-color: #CB3EDA;
}
</style>
border-color css
<style>
span { border-color: #CB3EDA; }
span { border-color: rgb(203,62,218); }
td.TdClassName
{
border-color: #CB3EDA;
}
.TagClassName
{
border-color: #CB3EDA;
}
</style>