Shades of Medium Orchid #CB43D4
Tints of Medium Orchid #CB43D4
RGB
CMYK
RGB Variations
Color information
#CB43D4 (or 0xCB43D4) is known color: Medium Orchid. HEX triplet: CB, 43 and D4. RGB value is (203,67,212). Sum of RGB (Red+Green+Blue) = 203+67+212=482 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.12% from 482); Green value is 67 (26.56% from 255 or 13.90% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB43D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB43D4 is #34BC2B. Grayscale: #7B7B7B. Windows color (decimal): -3456044 or 13910987. OLE color: 13910987.
HSL color Cylindrical-coordinate representation of color #CB43D4: hue angle of 296.28º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB43D4 is Cyan = 0.04, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 67 | 212 | - |
| CMYK | 0.04 | 0.68 | 0 | 0.17 |
| HSL | 296.28º | 0.63% | 0.55% | - |
| HSV(B) | 296.28º | 0.68% | 0.83% | - |
| XYZ | 38.52 | 21.46 | 64.4 | - |
| YUV | 124.19 | 177.56 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 212 | 0.04 | 0.68 | 0 | 0.17 | 296.28 | 0.63 | 0.55 |
| Hex | CB | 43 | D4 | 4 | 44 | 0 | 11 | 128 | 3F | 37 |
| Octal | 313 | 103 | 324 | 4 | 104 | 0 | 21 | 450 | 77 | 67 |
| Binary | 11001011 | 1000011 | 11010100 | 100 | 1000100 | 0 | 10001 | 100101000 | 111111 | 110111 |
Color Harmonies of #CB43D4
Complementary color
Monochromatic Colors of #CB43D4
Black with #CB43D4
Text Example
Text Example
White with #CB43D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43D4; }
p { color: rgb(203,67,212); }
H1.HeaderClassName
{
color: #CB43D4;
}
.AnyTagClassName
{
color: #CB43D4;
}
</style>
background-color css
<style>
a { background-color: #CB43D4; }
a { background-color: rgb(203,67,212); }
div.DivClassName
{
background-color: #CB43D4;
}
.BgClassName
{
background-color: #CB43D4;
}
</style>
border-color css
<style>
span { border-color: #CB43D4; }
span { border-color: rgb(203,67,212); }
td.TdClassName
{
border-color: #CB43D4;
}
.TagClassName
{
border-color: #CB43D4;
}
</style>