Shades of Medium Orchid #CB41DC
Tints of Medium Orchid #CB41DC
RGB
CMYK
RGB Variations
Color information
#CB41DC (or 0xCB41DC) is known color: Medium Orchid. HEX triplet: CB, 41 and DC. RGB value is (203,65,220). Sum of RGB (Red+Green+Blue) = 203+65+220=488 (64% of max value = 765). Red value is 203 (79.69% from 255 or 41.60% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB41DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CB41DC is #34BE23. Grayscale: #7B7B7B. Windows color (decimal): -3456548 or 14434763. OLE color: 14434763.
HSL color Cylindrical-coordinate representation of color #CB41DC: hue angle of 293.42º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB41DC is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 65 | 220 | - |
| CMYK | 0.08 | 0.70 | 0 | 0.14 |
| HSL | 293.42º | 0.69% | 0.56% | - |
| HSV(B) | 293.42º | 0.7% | 0.86% | - |
| XYZ | 39.44 | 21.64 | 69.81 | - |
| YUV | 123.93 | 182.22 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 220 | 0.08 | 0.70 | 0 | 0.14 | 293.42 | 0.69 | 0.56 |
| Hex | CB | 41 | DC | 8 | 46 | 0 | E | 125 | 45 | 38 |
| Octal | 313 | 101 | 334 | 10 | 106 | 0 | 16 | 445 | 105 | 70 |
| Binary | 11001011 | 1000001 | 11011100 | 1000 | 1000110 | 0 | 1110 | 100100101 | 1000101 | 111000 |
Color Harmonies of #CB41DC
Complementary color
Monochromatic Colors of #CB41DC
Black with #CB41DC
Text Example
Text Example
White with #CB41DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41DC; }
p { color: rgb(203,65,220); }
H1.HeaderClassName
{
color: #CB41DC;
}
.AnyTagClassName
{
color: #CB41DC;
}
</style>
background-color css
<style>
a { background-color: #CB41DC; }
a { background-color: rgb(203,65,220); }
div.DivClassName
{
background-color: #CB41DC;
}
.BgClassName
{
background-color: #CB41DC;
}
</style>
border-color css
<style>
span { border-color: #CB41DC; }
span { border-color: rgb(203,65,220); }
td.TdClassName
{
border-color: #CB41DC;
}
.TagClassName
{
border-color: #CB41DC;
}
</style>