Shades of Medium Orchid #CB3EFC
Tints of Medium Orchid #CB3EFC
RGB
CMYK
RGB Variations
Color information
#CB3EFC (or 0xCB3EFC) is known color: Medium Orchid. HEX triplet: CB, 3E and FC. RGB value is (203,62,252). Sum of RGB (Red+Green+Blue) = 203+62+252=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 62 (24.61% from 255 or 11.99% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB3EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3EFC is #34C103. Grayscale: #7D7D7D. Windows color (decimal): -3457284 or 16531147. OLE color: 16531147.
HSL color Cylindrical-coordinate representation of color #CB3EFC: hue angle of 284.53º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3EFC is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 62 | 252 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.01 |
| HSL | 284.53º | 0.97% | 0.62% | - |
| HSV(B) | 284.53º | 0.75% | 0.99% | - |
| XYZ | 43.92 | 23.17 | 94.25 | - |
| YUV | 125.82 | 199.21 | 183.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 252 | 0.19 | 0.75 | 0 | 0.01 | 284.53 | 0.97 | 0.62 |
| Hex | CB | 3E | FC | 13 | 4B | 0 | 1 | 11D | 61 | 3E |
| Octal | 313 | 76 | 374 | 23 | 113 | 0 | 1 | 435 | 141 | 76 |
| Binary | 11001011 | 111110 | 11111100 | 10011 | 1001011 | 0 | 1 | 100011101 | 1100001 | 111110 |
Color Harmonies of #CB3EFC
Complementary color
Monochromatic Colors of #CB3EFC
Black with #CB3EFC
Text Example
Text Example
White with #CB3EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3EFC; }
p { color: rgb(203,62,252); }
H1.HeaderClassName
{
color: #CB3EFC;
}
.AnyTagClassName
{
color: #CB3EFC;
}
</style>
background-color css
<style>
a { background-color: #CB3EFC; }
a { background-color: rgb(203,62,252); }
div.DivClassName
{
background-color: #CB3EFC;
}
.BgClassName
{
background-color: #CB3EFC;
}
</style>
border-color css
<style>
span { border-color: #CB3EFC; }
span { border-color: rgb(203,62,252); }
td.TdClassName
{
border-color: #CB3EFC;
}
.TagClassName
{
border-color: #CB3EFC;
}
</style>