Shades of Medium Orchid #CB4BF2
Tints of Medium Orchid #CB4BF2
RGB
CMYK
RGB Variations
Color information
#CB4BF2 (or 0xCB4BF2) is known color: Medium Orchid. HEX triplet: CB, 4B and F2. RGB value is (203,75,242). Sum of RGB (Red+Green+Blue) = 203+75+242=520 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.04% from 520); Green value is 75 (29.69% from 255 or 14.42% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB4BF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4BF2 is #34B40D. Grayscale: #838383. Windows color (decimal): -3453966 or 15879115. OLE color: 15879115.
HSL color Cylindrical-coordinate representation of color #CB4BF2: hue angle of 285.99º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB4BF2 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 75 | 242 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.05 |
| HSL | 285.99º | 0.87% | 0.62% | - |
| HSV(B) | 285.99º | 0.69% | 0.95% | - |
| XYZ | 43.17 | 24.14 | 86.39 | - |
| YUV | 132.31 | 189.91 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 242 | 0.16 | 0.69 | 0 | 0.05 | 285.99 | 0.87 | 0.62 |
| Hex | CB | 4B | F2 | 10 | 45 | 0 | 5 | 11E | 57 | 3E |
| Octal | 313 | 113 | 362 | 20 | 105 | 0 | 5 | 436 | 127 | 76 |
| Binary | 11001011 | 1001011 | 11110010 | 10000 | 1000101 | 0 | 101 | 100011110 | 1010111 | 111110 |
Color Harmonies of #CB4BF2
Complementary color
Monochromatic Colors of #CB4BF2
Black with #CB4BF2
Text Example
Text Example
White with #CB4BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4BF2; }
p { color: rgb(203,75,242); }
H1.HeaderClassName
{
color: #CB4BF2;
}
.AnyTagClassName
{
color: #CB4BF2;
}
</style>
background-color css
<style>
a { background-color: #CB4BF2; }
a { background-color: rgb(203,75,242); }
div.DivClassName
{
background-color: #CB4BF2;
}
.BgClassName
{
background-color: #CB4BF2;
}
</style>
border-color css
<style>
span { border-color: #CB4BF2; }
span { border-color: rgb(203,75,242); }
td.TdClassName
{
border-color: #CB4BF2;
}
.TagClassName
{
border-color: #CB4BF2;
}
</style>