Shades of Medium Orchid #CB54DC
Tints of Medium Orchid #CB54DC
RGB
CMYK
RGB Variations
Color information
#CB54DC (or 0xCB54DC) is known color: Medium Orchid. HEX triplet: CB, 54 and DC. RGB value is (203,84,220). Sum of RGB (Red+Green+Blue) = 203+84+220=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 84 (33.20% from 255 or 16.57% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #CB54DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CB54DC is #34AB23. Grayscale: #868686. Windows color (decimal): -3451684 or 14439627. OLE color: 14439627.
HSL color Cylindrical-coordinate representation of color #CB54DC: hue angle of 292.5º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CB54DC is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 84 | 220 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.14 |
| HSL | 292.5º | 0.66% | 0.6% | - |
| HSV(B) | 292.5º | 0.62% | 0.86% | - |
| XYZ | 40.72 | 24.2 | 70.24 | - |
| YUV | 135.09 | 175.92 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 220 | 0.08 | 0.62 | 0 | 0.14 | 292.5 | 0.66 | 0.6 |
| Hex | CB | 54 | DC | 8 | 3E | 0 | E | 124 | 42 | 3C |
| Octal | 313 | 124 | 334 | 10 | 76 | 0 | 16 | 444 | 102 | 74 |
| Binary | 11001011 | 1010100 | 11011100 | 1000 | 111110 | 0 | 1110 | 100100100 | 1000010 | 111100 |
Color Harmonies of #CB54DC
Complementary color
Monochromatic Colors of #CB54DC
Black with #CB54DC
Text Example
Text Example
White with #CB54DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB54DC; }
p { color: rgb(203,84,220); }
H1.HeaderClassName
{
color: #CB54DC;
}
.AnyTagClassName
{
color: #CB54DC;
}
</style>
background-color css
<style>
a { background-color: #CB54DC; }
a { background-color: rgb(203,84,220); }
div.DivClassName
{
background-color: #CB54DC;
}
.BgClassName
{
background-color: #CB54DC;
}
</style>
border-color css
<style>
span { border-color: #CB54DC; }
span { border-color: rgb(203,84,220); }
td.TdClassName
{
border-color: #CB54DC;
}
.TagClassName
{
border-color: #CB54DC;
}
</style>