Shades of Medium Orchid #CB4CDA
Tints of Medium Orchid #CB4CDA
RGB
CMYK
RGB Variations
Color information
#CB4CDA (or 0xCB4CDA) is known color: Medium Orchid. HEX triplet: CB, 4C and DA. RGB value is (203,76,218). Sum of RGB (Red+Green+Blue) = 203+76+218=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 218 (85.55% from 255 or 43.86% from 497); Max value from RGB is 218 - color contains mainly: blue. Hex color #CB4CDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB4CDA is #34B325. Grayscale: #818181. Windows color (decimal): -3453734 or 14306507. OLE color: 14306507.
HSL color Cylindrical-coordinate representation of color #CB4CDA: hue angle of 293.66º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CB4CDA is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 76 | 218 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.15 |
| HSL | 293.66º | 0.66% | 0.58% | - |
| HSV(B) | 293.66º | 0.65% | 0.85% | - |
| XYZ | 39.87 | 22.93 | 68.65 | - |
| YUV | 130.16 | 177.58 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 76 | 218 | 0.07 | 0.65 | 0 | 0.15 | 293.66 | 0.66 | 0.58 |
| Hex | CB | 4C | DA | 7 | 41 | 0 | F | 126 | 42 | 3A |
| Octal | 313 | 114 | 332 | 7 | 101 | 0 | 17 | 446 | 102 | 72 |
| Binary | 11001011 | 1001100 | 11011010 | 111 | 1000001 | 0 | 1111 | 100100110 | 1000010 | 111010 |
Color Harmonies of #CB4CDA
Complementary color
Monochromatic Colors of #CB4CDA
Black with #CB4CDA
Text Example
Text Example
White with #CB4CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4CDA; }
p { color: rgb(203,76,218); }
H1.HeaderClassName
{
color: #CB4CDA;
}
.AnyTagClassName
{
color: #CB4CDA;
}
</style>
background-color css
<style>
a { background-color: #CB4CDA; }
a { background-color: rgb(203,76,218); }
div.DivClassName
{
background-color: #CB4CDA;
}
.BgClassName
{
background-color: #CB4CDA;
}
</style>
border-color css
<style>
span { border-color: #CB4CDA; }
span { border-color: rgb(203,76,218); }
td.TdClassName
{
border-color: #CB4CDA;
}
.TagClassName
{
border-color: #CB4CDA;
}
</style>