Shades of Medium Orchid #CB3DED
Tints of Medium Orchid #CB3DED
RGB
CMYK
RGB Variations
Color information
#CB3DED (or 0xCB3DED) is known color: Medium Orchid. HEX triplet: CB, 3D and ED. RGB value is (203,61,237). Sum of RGB (Red+Green+Blue) = 203+61+237=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 61 (24.22% from 255 or 12.18% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 237 - color contains mainly: blue. Hex color #CB3DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3DED is #34C212. Grayscale: #7A7A7A. Windows color (decimal): -3457555 or 15547851. OLE color: 15547851.
HSL color Cylindrical-coordinate representation of color #CB3DED: hue angle of 288.41º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3DED is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 61 | 237 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.07 |
| HSL | 288.41º | 0.83% | 0.58% | - |
| HSV(B) | 288.41º | 0.74% | 0.93% | - |
| XYZ | 41.58 | 22.15 | 82.2 | - |
| YUV | 123.52 | 192.04 | 184.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 237 | 0.14 | 0.74 | 0 | 0.07 | 288.41 | 0.83 | 0.58 |
| Hex | CB | 3D | ED | E | 4A | 0 | 7 | 120 | 53 | 3A |
| Octal | 313 | 75 | 355 | 16 | 112 | 0 | 7 | 440 | 123 | 72 |
| Binary | 11001011 | 111101 | 11101101 | 1110 | 1001010 | 0 | 111 | 100100000 | 1010011 | 111010 |
Color Harmonies of #CB3DED
Complementary color
Monochromatic Colors of #CB3DED
Black with #CB3DED
Text Example
Text Example
White with #CB3DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DED; }
p { color: rgb(203,61,237); }
H1.HeaderClassName
{
color: #CB3DED;
}
.AnyTagClassName
{
color: #CB3DED;
}
</style>
background-color css
<style>
a { background-color: #CB3DED; }
a { background-color: rgb(203,61,237); }
div.DivClassName
{
background-color: #CB3DED;
}
.BgClassName
{
background-color: #CB3DED;
}
</style>
border-color css
<style>
span { border-color: #CB3DED; }
span { border-color: rgb(203,61,237); }
td.TdClassName
{
border-color: #CB3DED;
}
.TagClassName
{
border-color: #CB3DED;
}
</style>