Shades of Medium Orchid #CD33E6
Tints of Medium Orchid #CD33E6
RGB
CMYK
RGB Variations
Color information
#CD33E6 (or 0xCD33E6) is known color: Medium Orchid. HEX triplet: CD, 33 and E6. RGB value is (205,51,230). Sum of RGB (Red+Green+Blue) = 205+51+230=486 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.18% from 486); Green value is 51 (20.31% from 255 or 10.49% from 486); Blue value is 230 (90.23% from 255 or 47.33% from 486); Max value from RGB is 230 - color contains mainly: blue. Hex color #CD33E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD33E6 is #32CC19. Grayscale: #747474. Windows color (decimal): -3329050 or 15086541. OLE color: 15086541.
HSL color Cylindrical-coordinate representation of color #CD33E6: hue angle of 291.62º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CD33E6 is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 205 | 51 | 230 | - |
| CMYK | 0.11 | 0.78 | 0 | 0.10 |
| HSL | 291.62º | 0.78% | 0.55% | - |
| HSV(B) | 291.62º | 0.78% | 0.9% | - |
| XYZ | 40.64 | 21.06 | 76.79 | - |
| YUV | 117.45 | 191.52 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 51 | 230 | 0.11 | 0.78 | 0 | 0.10 | 291.62 | 0.78 | 0.55 |
| Hex | CD | 33 | E6 | B | 4E | 0 | A | 124 | 4E | 37 |
| Octal | 315 | 63 | 346 | 13 | 116 | 0 | 12 | 444 | 116 | 67 |
| Binary | 11001101 | 110011 | 11100110 | 1011 | 1001110 | 0 | 1010 | 100100100 | 1001110 | 110111 |
Color Harmonies of #CD33E6
Complementary color
Monochromatic Colors of #CD33E6
Black with #CD33E6
Text Example
Text Example
White with #CD33E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD33E6; }
p { color: rgb(205,51,230); }
H1.HeaderClassName
{
color: #CD33E6;
}
.AnyTagClassName
{
color: #CD33E6;
}
</style>
background-color css
<style>
a { background-color: #CD33E6; }
a { background-color: rgb(205,51,230); }
div.DivClassName
{
background-color: #CD33E6;
}
.BgClassName
{
background-color: #CD33E6;
}
</style>
border-color css
<style>
span { border-color: #CD33E6; }
span { border-color: rgb(205,51,230); }
td.TdClassName
{
border-color: #CD33E6;
}
.TagClassName
{
border-color: #CD33E6;
}
</style>