Shades of Medium Orchid #CB3DF3
Tints of Medium Orchid #CB3DF3
RGB
CMYK
RGB Variations
Color information
#CB3DF3 (or 0xCB3DF3) is known color: Medium Orchid. HEX triplet: CB, 3D and F3. RGB value is (203,61,243). Sum of RGB (Red+Green+Blue) = 203+61+243=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 243 (95.31% from 255 or 47.93% from 507); Max value from RGB is 243 - color contains mainly: blue. Hex color #CB3DF3 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3DF3 is #34C20C. Grayscale: #7B7B7B. Windows color (decimal): -3457549 or 15941067. OLE color: 15941067.
HSL color Cylindrical-coordinate representation of color #CB3DF3: hue angle of 286.81º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3DF3 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 61 | 243 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.05 |
| HSL | 286.81º | 0.88% | 0.6% | - |
| HSV(B) | 286.81º | 0.75% | 0.95% | - |
| XYZ | 42.48 | 22.51 | 86.9 | - |
| YUV | 124.21 | 195.04 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 61 | 243 | 0.16 | 0.75 | 0 | 0.05 | 286.81 | 0.88 | 0.6 |
| Hex | CB | 3D | F3 | 10 | 4B | 0 | 5 | 11F | 58 | 3C |
| Octal | 313 | 75 | 363 | 20 | 113 | 0 | 5 | 437 | 130 | 74 |
| Binary | 11001011 | 111101 | 11110011 | 10000 | 1001011 | 0 | 101 | 100011111 | 1011000 | 111100 |
Color Harmonies of #CB3DF3
Complementary color
Monochromatic Colors of #CB3DF3
Black with #CB3DF3
Text Example
Text Example
White with #CB3DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3DF3; }
p { color: rgb(203,61,243); }
H1.HeaderClassName
{
color: #CB3DF3;
}
.AnyTagClassName
{
color: #CB3DF3;
}
</style>
background-color css
<style>
a { background-color: #CB3DF3; }
a { background-color: rgb(203,61,243); }
div.DivClassName
{
background-color: #CB3DF3;
}
.BgClassName
{
background-color: #CB3DF3;
}
</style>
border-color css
<style>
span { border-color: #CB3DF3; }
span { border-color: rgb(203,61,243); }
td.TdClassName
{
border-color: #CB3DF3;
}
.TagClassName
{
border-color: #CB3DF3;
}
</style>