Shades of Medium Orchid #CB42D4
Tints of Medium Orchid #CB42D4
RGB
CMYK
RGB Variations
Color information
#CB42D4 (or 0xCB42D4) is known color: Medium Orchid. HEX triplet: CB, 42 and D4. RGB value is (203,66,212). Sum of RGB (Red+Green+Blue) = 203+66+212=481 (63% of max value = 765). Red value is 203 (79.69% from 255 or 42.20% from 481); Green value is 66 (26.17% from 255 or 13.72% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB42D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB42D4 is #34BD2B. Grayscale: #7B7B7B. Windows color (decimal): -3456300 or 13910731. OLE color: 13910731.
HSL color Cylindrical-coordinate representation of color #CB42D4: hue angle of 296.3º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB42D4 is Cyan = 0.04, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 66 | 212 | - |
| CMYK | 0.04 | 0.69 | 0 | 0.17 |
| HSL | 296.3º | 0.63% | 0.55% | - |
| HSV(B) | 296.3º | 0.69% | 0.83% | - |
| XYZ | 38.46 | 21.35 | 64.38 | - |
| YUV | 123.61 | 177.89 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 212 | 0.04 | 0.69 | 0 | 0.17 | 296.3 | 0.63 | 0.55 |
| Hex | CB | 42 | D4 | 4 | 45 | 0 | 11 | 128 | 3F | 37 |
| Octal | 313 | 102 | 324 | 4 | 105 | 0 | 21 | 450 | 77 | 67 |
| Binary | 11001011 | 1000010 | 11010100 | 100 | 1000101 | 0 | 10001 | 100101000 | 111111 | 110111 |
Color Harmonies of #CB42D4
Complementary color
Monochromatic Colors of #CB42D4
Black with #CB42D4
Text Example
Text Example
White with #CB42D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42D4; }
p { color: rgb(203,66,212); }
H1.HeaderClassName
{
color: #CB42D4;
}
.AnyTagClassName
{
color: #CB42D4;
}
</style>
background-color css
<style>
a { background-color: #CB42D4; }
a { background-color: rgb(203,66,212); }
div.DivClassName
{
background-color: #CB42D4;
}
.BgClassName
{
background-color: #CB42D4;
}
</style>
border-color css
<style>
span { border-color: #CB42D4; }
span { border-color: rgb(203,66,212); }
td.TdClassName
{
border-color: #CB42D4;
}
.TagClassName
{
border-color: #CB42D4;
}
</style>