Shades of Medium Orchid #CB4AF0
Tints of Medium Orchid #CB4AF0
RGB
CMYK
RGB Variations
Color information
#CB4AF0 (or 0xCB4AF0) is known color: Medium Orchid. HEX triplet: CB, 4A and F0. RGB value is (203,74,240). Sum of RGB (Red+Green+Blue) = 203+74+240=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 74 (29.30% from 255 or 14.31% from 517); Blue value is 240 (94.14% from 255 or 46.42% from 517); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB4AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4AF0 is #34B50F. Grayscale: #828282. Windows color (decimal): -3454224 or 15747787. OLE color: 15747787.
HSL color Cylindrical-coordinate representation of color #CB4AF0: hue angle of 286.63º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB4AF0 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 74 | 240 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.06 |
| HSL | 286.63º | 0.85% | 0.62% | - |
| HSV(B) | 286.63º | 0.69% | 0.94% | - |
| XYZ | 42.81 | 23.89 | 84.79 | - |
| YUV | 131.5 | 189.24 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 240 | 0.15 | 0.69 | 0 | 0.06 | 286.63 | 0.85 | 0.62 |
| Hex | CB | 4A | F0 | F | 45 | 0 | 6 | 11F | 55 | 3E |
| Octal | 313 | 112 | 360 | 17 | 105 | 0 | 6 | 437 | 125 | 76 |
| Binary | 11001011 | 1001010 | 11110000 | 1111 | 1000101 | 0 | 110 | 100011111 | 1010101 | 111110 |
Color Harmonies of #CB4AF0
Complementary color
Monochromatic Colors of #CB4AF0
Black with #CB4AF0
Text Example
Text Example
White with #CB4AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4AF0; }
p { color: rgb(203,74,240); }
H1.HeaderClassName
{
color: #CB4AF0;
}
.AnyTagClassName
{
color: #CB4AF0;
}
</style>
background-color css
<style>
a { background-color: #CB4AF0; }
a { background-color: rgb(203,74,240); }
div.DivClassName
{
background-color: #CB4AF0;
}
.BgClassName
{
background-color: #CB4AF0;
}
</style>
border-color css
<style>
span { border-color: #CB4AF0; }
span { border-color: rgb(203,74,240); }
td.TdClassName
{
border-color: #CB4AF0;
}
.TagClassName
{
border-color: #CB4AF0;
}
</style>