Shades of Medium Orchid #CB4AF2
Tints of Medium Orchid #CB4AF2
RGB
CMYK
RGB Variations
Color information
#CB4AF2 (or 0xCB4AF2) is known color: Medium Orchid. HEX triplet: CB, 4A and F2. RGB value is (203,74,242). Sum of RGB (Red+Green+Blue) = 203+74+242=519 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.11% from 519); Green value is 74 (29.30% from 255 or 14.26% from 519); Blue value is 242 (94.92% from 255 or 46.63% from 519); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB4AF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB4AF2 is #34B50D. Grayscale: #838383. Windows color (decimal): -3454222 or 15878859. OLE color: 15878859.
HSL color Cylindrical-coordinate representation of color #CB4AF2: hue angle of 286.07º 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 #CB4AF2 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 74 | 242 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.05 |
| HSL | 286.07º | 0.87% | 0.62% | - |
| HSV(B) | 286.07º | 0.69% | 0.95% | - |
| XYZ | 43.1 | 24 | 86.37 | - |
| YUV | 131.72 | 190.24 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 74 | 242 | 0.16 | 0.69 | 0 | 0.05 | 286.07 | 0.87 | 0.62 |
| Hex | CB | 4A | F2 | 10 | 45 | 0 | 5 | 11E | 57 | 3E |
| Octal | 313 | 112 | 362 | 20 | 105 | 0 | 5 | 436 | 127 | 76 |
| Binary | 11001011 | 1001010 | 11110010 | 10000 | 1000101 | 0 | 101 | 100011110 | 1010111 | 111110 |
Color Harmonies of #CB4AF2
Complementary color
Monochromatic Colors of #CB4AF2
Black with #CB4AF2
Text Example
Text Example
White with #CB4AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4AF2; }
p { color: rgb(203,74,242); }
H1.HeaderClassName
{
color: #CB4AF2;
}
.AnyTagClassName
{
color: #CB4AF2;
}
</style>
background-color css
<style>
a { background-color: #CB4AF2; }
a { background-color: rgb(203,74,242); }
div.DivClassName
{
background-color: #CB4AF2;
}
.BgClassName
{
background-color: #CB4AF2;
}
</style>
border-color css
<style>
span { border-color: #CB4AF2; }
span { border-color: rgb(203,74,242); }
td.TdClassName
{
border-color: #CB4AF2;
}
.TagClassName
{
border-color: #CB4AF2;
}
</style>