Shades of Medium Orchid #CD4BE8
Tints of Medium Orchid #CD4BE8
RGB
CMYK
RGB Variations
Color information
#CD4BE8 (or 0xCD4BE8) is known color: Medium Orchid. HEX triplet: CD, 4B and E8. RGB value is (205,75,232). Sum of RGB (Red+Green+Blue) = 205+75+232=512 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.04% from 512); Green value is 75 (29.69% from 255 or 14.65% from 512); Blue value is 232 (91.02% from 255 or 45.31% from 512); Max value from RGB is 232 - color contains mainly: blue. Hex color #CD4BE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CD4BE8 is #32B417. Grayscale: #838383. Windows color (decimal): -3322904 or 15223757. OLE color: 15223757.
HSL color Cylindrical-coordinate representation of color #CD4BE8: hue angle of 289.68º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD4BE8 is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 205 | 75 | 232 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.09 |
| HSL | 289.68º | 0.77% | 0.6% | - |
| HSV(B) | 289.68º | 0.68% | 0.91% | - |
| XYZ | 42.26 | 23.84 | 78.72 | - |
| YUV | 131.77 | 184.57 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 75 | 232 | 0.12 | 0.68 | 0 | 0.09 | 289.68 | 0.77 | 0.6 |
| Hex | CD | 4B | E8 | C | 44 | 0 | 9 | 122 | 4D | 3C |
| Octal | 315 | 113 | 350 | 14 | 104 | 0 | 11 | 442 | 115 | 74 |
| Binary | 11001101 | 1001011 | 11101000 | 1100 | 1000100 | 0 | 1001 | 100100010 | 1001101 | 111100 |
Color Harmonies of #CD4BE8
Complementary color
Monochromatic Colors of #CD4BE8
Black with #CD4BE8
Text Example
Text Example
White with #CD4BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD4BE8; }
p { color: rgb(205,75,232); }
H1.HeaderClassName
{
color: #CD4BE8;
}
.AnyTagClassName
{
color: #CD4BE8;
}
</style>
background-color css
<style>
a { background-color: #CD4BE8; }
a { background-color: rgb(205,75,232); }
div.DivClassName
{
background-color: #CD4BE8;
}
.BgClassName
{
background-color: #CD4BE8;
}
</style>
border-color css
<style>
span { border-color: #CD4BE8; }
span { border-color: rgb(205,75,232); }
td.TdClassName
{
border-color: #CD4BE8;
}
.TagClassName
{
border-color: #CD4BE8;
}
</style>