Shades of Medium Orchid #CB3DF0
Tints of Medium Orchid #CB3DF0
RGB
CMYK
RGB Variations
Color information
#CB3DF0 (or 0xCB3DF0) is known color: Medium Orchid. HEX triplet: CB, 3D and F0. RGB value is (203,61,240). Sum of RGB (Red+Green+Blue) = 203+61+240=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 61 (24.22% from 255 or 12.10% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #CB3DF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3DF0 is #34C20F. Grayscale: #7B7B7B. Windows color (decimal): -3457552 or 15744459. OLE color: 15744459.
HSL color Cylindrical-coordinate representation of color #CB3DF0: hue angle of 287.6º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3DF0 is Cyan = 0.15, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 61 | 240 | - |
| CMYK | 0.15 | 0.75 | 0 | 0.06 |
| HSL | 287.6º | 0.86% | 0.59% | - |
| HSV(B) | 287.6º | 0.75% | 0.94% | - |
| XYZ | 42.03 | 22.33 | 84.53 | - |
| YUV | 123.86 | 193.54 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 240 | 0.15 | 0.75 | 0 | 0.06 | 287.6 | 0.86 | 0.59 |
| Hex | CB | 3D | F0 | F | 4B | 0 | 6 | 120 | 56 | 3B |
| Octal | 313 | 75 | 360 | 17 | 113 | 0 | 6 | 440 | 126 | 73 |
| Binary | 11001011 | 111101 | 11110000 | 1111 | 1001011 | 0 | 110 | 100100000 | 1010110 | 111011 |
Color Harmonies of #CB3DF0
Complementary color
Monochromatic Colors of #CB3DF0
Black with #CB3DF0
Text Example
Text Example
White with #CB3DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DF0; }
p { color: rgb(203,61,240); }
H1.HeaderClassName
{
color: #CB3DF0;
}
.AnyTagClassName
{
color: #CB3DF0;
}
</style>
background-color css
<style>
a { background-color: #CB3DF0; }
a { background-color: rgb(203,61,240); }
div.DivClassName
{
background-color: #CB3DF0;
}
.BgClassName
{
background-color: #CB3DF0;
}
</style>
border-color css
<style>
span { border-color: #CB3DF0; }
span { border-color: rgb(203,61,240); }
td.TdClassName
{
border-color: #CB3DF0;
}
.TagClassName
{
border-color: #CB3DF0;
}
</style>