Shades of Medium Orchid #CB52F2
Tints of Medium Orchid #CB52F2
RGB
CMYK
RGB Variations
Color information
#CB52F2 (or 0xCB52F2) is known color: Medium Orchid. HEX triplet: CB, 52 and F2. RGB value is (203,82,242). Sum of RGB (Red+Green+Blue) = 203+82+242=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB52F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB52F2 is #34AD0D. Grayscale: #878787. Windows color (decimal): -3452174 or 15880907. OLE color: 15880907.
HSL color Cylindrical-coordinate representation of color #CB52F2: hue angle of 285.38º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CB52F2 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 82 | 242 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.05 |
| HSL | 285.38º | 0.86% | 0.64% | - |
| HSV(B) | 285.38º | 0.66% | 0.95% | - |
| XYZ | 43.67 | 25.14 | 86.56 | - |
| YUV | 136.42 | 187.59 | 175.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 242 | 0.16 | 0.66 | 0 | 0.05 | 285.38 | 0.86 | 0.64 |
| Hex | CB | 52 | F2 | 10 | 42 | 0 | 5 | 11D | 56 | 40 |
| Octal | 313 | 122 | 362 | 20 | 102 | 0 | 5 | 435 | 126 | 100 |
| Binary | 11001011 | 1010010 | 11110010 | 10000 | 1000010 | 0 | 101 | 100011101 | 1010110 | 1000000 |
Color Harmonies of #CB52F2
Complementary color
Monochromatic Colors of #CB52F2
Black with #CB52F2
Text Example
Text Example
White with #CB52F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB52F2; }
p { color: rgb(203,82,242); }
H1.HeaderClassName
{
color: #CB52F2;
}
.AnyTagClassName
{
color: #CB52F2;
}
</style>
background-color css
<style>
a { background-color: #CB52F2; }
a { background-color: rgb(203,82,242); }
div.DivClassName
{
background-color: #CB52F2;
}
.BgClassName
{
background-color: #CB52F2;
}
</style>
border-color css
<style>
span { border-color: #CB52F2; }
span { border-color: rgb(203,82,242); }
td.TdClassName
{
border-color: #CB52F2;
}
.TagClassName
{
border-color: #CB52F2;
}
</style>