Shades of Medium Orchid #CB3DF6
Tints of Medium Orchid #CB3DF6
RGB
CMYK
RGB Variations
Color information
#CB3DF6 (or 0xCB3DF6) is known color: Medium Orchid. HEX triplet: CB, 3D and F6. RGB value is (203,61,246). Sum of RGB (Red+Green+Blue) = 203+61+246=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 61 (24.22% from 255 or 11.96% from 510); Blue value is 246 (96.48% from 255 or 48.24% from 510); Max value from RGB is 246 - color contains mainly: blue. Hex color #CB3DF6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3DF6 is #34C209. Grayscale: #7B7B7B. Windows color (decimal): -3457546 or 16137675. OLE color: 16137675.
HSL color Cylindrical-coordinate representation of color #CB3DF6: hue angle of 286.05º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3DF6 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 61 | 246 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.04 |
| HSL | 286.05º | 0.91% | 0.6% | - |
| HSV(B) | 286.05º | 0.75% | 0.96% | - |
| XYZ | 42.93 | 22.69 | 89.31 | - |
| YUV | 124.55 | 196.54 | 183.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 246 | 0.17 | 0.75 | 0 | 0.04 | 286.05 | 0.91 | 0.6 |
| Hex | CB | 3D | F6 | 11 | 4B | 0 | 4 | 11E | 5B | 3C |
| Octal | 313 | 75 | 366 | 21 | 113 | 0 | 4 | 436 | 133 | 74 |
| Binary | 11001011 | 111101 | 11110110 | 10001 | 1001011 | 0 | 100 | 100011110 | 1011011 | 111100 |
Color Harmonies of #CB3DF6
Complementary color
Monochromatic Colors of #CB3DF6
Black with #CB3DF6
Text Example
Text Example
White with #CB3DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DF6; }
p { color: rgb(203,61,246); }
H1.HeaderClassName
{
color: #CB3DF6;
}
.AnyTagClassName
{
color: #CB3DF6;
}
</style>
background-color css
<style>
a { background-color: #CB3DF6; }
a { background-color: rgb(203,61,246); }
div.DivClassName
{
background-color: #CB3DF6;
}
.BgClassName
{
background-color: #CB3DF6;
}
</style>
border-color css
<style>
span { border-color: #CB3DF6; }
span { border-color: rgb(203,61,246); }
td.TdClassName
{
border-color: #CB3DF6;
}
.TagClassName
{
border-color: #CB3DF6;
}
</style>