Shades of Medium Orchid #CB4AF9
Tints of Medium Orchid #CB4AF9
RGB
CMYK
RGB Variations
Color information
#CB4AF9 (or 0xCB4AF9) is known color: Medium Orchid. HEX triplet: CB, 4A and F9. RGB value is (203,74,249). Sum of RGB (Red+Green+Blue) = 203+74+249=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 74 (29.30% from 255 or 14.07% from 526); Blue value is 249 (97.66% from 255 or 47.34% from 526); Max value from RGB is 249 - color contains mainly: blue. Hex color #CB4AF9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4AF9 is #34B506. Grayscale: #838383. Windows color (decimal): -3454215 or 16337611. OLE color: 16337611.
HSL color Cylindrical-coordinate representation of color #CB4AF9: hue angle of 284.23º degrees, saturation: 0.94, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB4AF9 is Cyan = 0.18, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 74 | 249 | - |
| CMYK | 0.18 | 0.70 | 0 | 0.02 |
| HSL | 284.23º | 0.94% | 0.63% | - |
| HSV(B) | 284.23º | 0.7% | 0.98% | - |
| XYZ | 44.18 | 24.43 | 92.01 | - |
| YUV | 132.52 | 193.74 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 249 | 0.18 | 0.70 | 0 | 0.02 | 284.23 | 0.94 | 0.63 |
| Hex | CB | 4A | F9 | 12 | 46 | 0 | 2 | 11C | 5E | 3F |
| Octal | 313 | 112 | 371 | 22 | 106 | 0 | 2 | 434 | 136 | 77 |
| Binary | 11001011 | 1001010 | 11111001 | 10010 | 1000110 | 0 | 10 | 100011100 | 1011110 | 111111 |
Color Harmonies of #CB4AF9
Complementary color
Monochromatic Colors of #CB4AF9
Black with #CB4AF9
Text Example
Text Example
White with #CB4AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4AF9; }
p { color: rgb(203,74,249); }
H1.HeaderClassName
{
color: #CB4AF9;
}
.AnyTagClassName
{
color: #CB4AF9;
}
</style>
background-color css
<style>
a { background-color: #CB4AF9; }
a { background-color: rgb(203,74,249); }
div.DivClassName
{
background-color: #CB4AF9;
}
.BgClassName
{
background-color: #CB4AF9;
}
</style>
border-color css
<style>
span { border-color: #CB4AF9; }
span { border-color: rgb(203,74,249); }
td.TdClassName
{
border-color: #CB4AF9;
}
.TagClassName
{
border-color: #CB4AF9;
}
</style>