Shades of Medium Orchid #CB46D4
Tints of Medium Orchid #CB46D4
RGB
CMYK
RGB Variations
Color information
#CB46D4 (or 0xCB46D4) is known color: Medium Orchid. HEX triplet: CB, 46 and D4. RGB value is (203,70,212). Sum of RGB (Red+Green+Blue) = 203+70+212=485 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.86% from 485); Green value is 70 (27.73% from 255 or 14.43% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #CB46D4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB46D4 is #34B92B. Grayscale: #7D7D7D. Windows color (decimal): -3455276 or 13911755. OLE color: 13911755.
HSL color Cylindrical-coordinate representation of color #CB46D4: hue angle of 296.2º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB46D4 is Cyan = 0.04, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 70 | 212 | - |
| CMYK | 0.04 | 0.67 | 0 | 0.17 |
| HSL | 296.2º | 0.62% | 0.55% | - |
| HSV(B) | 296.2º | 0.67% | 0.83% | - |
| XYZ | 38.7 | 21.83 | 64.46 | - |
| YUV | 125.96 | 176.56 | 182.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 212 | 0.04 | 0.67 | 0 | 0.17 | 296.2 | 0.62 | 0.55 |
| Hex | CB | 46 | D4 | 4 | 43 | 0 | 11 | 128 | 3E | 37 |
| Octal | 313 | 106 | 324 | 4 | 103 | 0 | 21 | 450 | 76 | 67 |
| Binary | 11001011 | 1000110 | 11010100 | 100 | 1000011 | 0 | 10001 | 100101000 | 111110 | 110111 |
Color Harmonies of #CB46D4
Complementary color
Monochromatic Colors of #CB46D4
Black with #CB46D4
Text Example
Text Example
White with #CB46D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB46D4; }
p { color: rgb(203,70,212); }
H1.HeaderClassName
{
color: #CB46D4;
}
.AnyTagClassName
{
color: #CB46D4;
}
</style>
background-color css
<style>
a { background-color: #CB46D4; }
a { background-color: rgb(203,70,212); }
div.DivClassName
{
background-color: #CB46D4;
}
.BgClassName
{
background-color: #CB46D4;
}
</style>
border-color css
<style>
span { border-color: #CB46D4; }
span { border-color: rgb(203,70,212); }
td.TdClassName
{
border-color: #CB46D4;
}
.TagClassName
{
border-color: #CB46D4;
}
</style>