Shades of Medium Orchid #CB4DF7
Tints of Medium Orchid #CB4DF7
RGB
CMYK
RGB Variations
Color information
#CB4DF7 (or 0xCB4DF7) is known color: Medium Orchid. HEX triplet: CB, 4D and F7. RGB value is (203,77,247). Sum of RGB (Red+Green+Blue) = 203+77+247=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 77 (30.47% from 255 or 14.61% from 527); Blue value is 247 (96.88% from 255 or 46.87% from 527); Max value from RGB is 247 - color contains mainly: blue. Hex color #CB4DF7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB4DF7 is #34B208. Grayscale: #858585. Windows color (decimal): -3453449 or 16207307. OLE color: 16207307.
HSL color Cylindrical-coordinate representation of color #CB4DF7: hue angle of 284.47º degrees, saturation: 0.91, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB4DF7 is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 203 | 77 | 247 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.03 |
| HSL | 284.47º | 0.91% | 0.64% | - |
| HSV(B) | 284.47º | 0.69% | 0.97% | - |
| XYZ | 44.07 | 24.72 | 90.44 | - |
| YUV | 134.05 | 191.74 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 77 | 247 | 0.18 | 0.69 | 0 | 0.03 | 284.47 | 0.91 | 0.64 |
| Hex | CB | 4D | F7 | 12 | 45 | 0 | 3 | 11C | 5B | 40 |
| Octal | 313 | 115 | 367 | 22 | 105 | 0 | 3 | 434 | 133 | 100 |
| Binary | 11001011 | 1001101 | 11110111 | 10010 | 1000101 | 0 | 11 | 100011100 | 1011011 | 1000000 |
Color Harmonies of #CB4DF7
Complementary color
Monochromatic Colors of #CB4DF7
Black with #CB4DF7
Text Example
Text Example
White with #CB4DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4DF7; }
p { color: rgb(203,77,247); }
H1.HeaderClassName
{
color: #CB4DF7;
}
.AnyTagClassName
{
color: #CB4DF7;
}
</style>
background-color css
<style>
a { background-color: #CB4DF7; }
a { background-color: rgb(203,77,247); }
div.DivClassName
{
background-color: #CB4DF7;
}
.BgClassName
{
background-color: #CB4DF7;
}
</style>
border-color css
<style>
span { border-color: #CB4DF7; }
span { border-color: rgb(203,77,247); }
td.TdClassName
{
border-color: #CB4DF7;
}
.TagClassName
{
border-color: #CB4DF7;
}
</style>