Shades of Medium Orchid #CB4BF1
Tints of Medium Orchid #CB4BF1
RGB
CMYK
RGB Variations
Color information
#CB4BF1 (or 0xCB4BF1) is known color: Medium Orchid. HEX triplet: CB, 4B and F1. RGB value is (203,75,241). Sum of RGB (Red+Green+Blue) = 203+75+241=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 75 (29.69% from 255 or 14.45% from 519); Blue value is 241 (94.53% from 255 or 46.44% from 519); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB4BF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4BF1 is #34B40E. Grayscale: #838383. Windows color (decimal): -3453967 or 15813579. OLE color: 15813579.
HSL color Cylindrical-coordinate representation of color #CB4BF1: hue angle of 286.27º degrees, saturation: 0.86, 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 #CB4BF1 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 75 | 241 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.05 |
| HSL | 286.27º | 0.86% | 0.62% | - |
| HSV(B) | 286.27º | 0.69% | 0.95% | - |
| XYZ | 43.02 | 24.08 | 85.6 | - |
| YUV | 132.2 | 189.41 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 241 | 0.16 | 0.69 | 0 | 0.05 | 286.27 | 0.86 | 0.62 |
| Hex | CB | 4B | F1 | 10 | 45 | 0 | 5 | 11E | 56 | 3E |
| Octal | 313 | 113 | 361 | 20 | 105 | 0 | 5 | 436 | 126 | 76 |
| Binary | 11001011 | 1001011 | 11110001 | 10000 | 1000101 | 0 | 101 | 100011110 | 1010110 | 111110 |
Color Harmonies of #CB4BF1
Complementary color
Monochromatic Colors of #CB4BF1
Black with #CB4BF1
Text Example
Text Example
White with #CB4BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4BF1; }
p { color: rgb(203,75,241); }
H1.HeaderClassName
{
color: #CB4BF1;
}
.AnyTagClassName
{
color: #CB4BF1;
}
</style>
background-color css
<style>
a { background-color: #CB4BF1; }
a { background-color: rgb(203,75,241); }
div.DivClassName
{
background-color: #CB4BF1;
}
.BgClassName
{
background-color: #CB4BF1;
}
</style>
border-color css
<style>
span { border-color: #CB4BF1; }
span { border-color: rgb(203,75,241); }
td.TdClassName
{
border-color: #CB4BF1;
}
.TagClassName
{
border-color: #CB4BF1;
}
</style>