Shades of Medium Orchid #CB41FD
Tints of Medium Orchid #CB41FD
RGB
CMYK
RGB Variations
Color information
#CB41FD (or 0xCB41FD) is known color: Medium Orchid. HEX triplet: CB, 41 and FD. RGB value is (203,65,253). Sum of RGB (Red+Green+Blue) = 203+65+253=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 65 (25.78% from 255 or 12.48% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #CB41FD is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB41FD is #34BE02. Grayscale: #7F7F7F. Windows color (decimal): -3456515 or 16597451. OLE color: 16597451.
HSL color Cylindrical-coordinate representation of color #CB41FD: hue angle of 284.04º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB41FD is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 65 | 253 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.01 |
| HSL | 284.04º | 0.98% | 0.62% | - |
| HSV(B) | 284.04º | 0.74% | 0.99% | - |
| XYZ | 44.25 | 23.57 | 95.15 | - |
| YUV | 127.69 | 198.72 | 181.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 65 | 253 | 0.20 | 0.74 | 0 | 0.01 | 284.04 | 0.98 | 0.62 |
| Hex | CB | 41 | FD | 14 | 4A | 0 | 1 | 11C | 62 | 3E |
| Octal | 313 | 101 | 375 | 24 | 112 | 0 | 1 | 434 | 142 | 76 |
| Binary | 11001011 | 1000001 | 11111101 | 10100 | 1001010 | 0 | 1 | 100011100 | 1100010 | 111110 |
Color Harmonies of #CB41FD
Complementary color
Monochromatic Colors of #CB41FD
Black with #CB41FD
Text Example
Text Example
White with #CB41FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB41FD; }
p { color: rgb(203,65,253); }
H1.HeaderClassName
{
color: #CB41FD;
}
.AnyTagClassName
{
color: #CB41FD;
}
</style>
background-color css
<style>
a { background-color: #CB41FD; }
a { background-color: rgb(203,65,253); }
div.DivClassName
{
background-color: #CB41FD;
}
.BgClassName
{
background-color: #CB41FD;
}
</style>
border-color css
<style>
span { border-color: #CB41FD; }
span { border-color: rgb(203,65,253); }
td.TdClassName
{
border-color: #CB41FD;
}
.TagClassName
{
border-color: #CB41FD;
}
</style>