Shades of Medium Orchid #CB43FB
Tints of Medium Orchid #CB43FB
RGB
CMYK
RGB Variations
Color information
#CB43FB (or 0xCB43FB) is known color: Medium Orchid. HEX triplet: CB, 43 and FB. RGB value is (203,67,251). Sum of RGB (Red+Green+Blue) = 203+67+251=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 67 (26.56% from 255 or 12.86% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #CB43FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB43FB is #34BC04. Grayscale: #808080. Windows color (decimal): -3456005 or 16466891. OLE color: 16466891.
HSL color Cylindrical-coordinate representation of color #CB43FB: hue angle of 284.35º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB43FB is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 67 | 251 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.02 |
| HSL | 284.35º | 0.96% | 0.62% | - |
| HSV(B) | 284.35º | 0.73% | 0.98% | - |
| XYZ | 44.05 | 23.68 | 93.52 | - |
| YUV | 128.64 | 197.06 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 251 | 0.19 | 0.73 | 0 | 0.02 | 284.35 | 0.96 | 0.62 |
| Hex | CB | 43 | FB | 13 | 49 | 0 | 2 | 11C | 60 | 3E |
| Octal | 313 | 103 | 373 | 23 | 111 | 0 | 2 | 434 | 140 | 76 |
| Binary | 11001011 | 1000011 | 11111011 | 10011 | 1001001 | 0 | 10 | 100011100 | 1100000 | 111110 |
Color Harmonies of #CB43FB
Complementary color
Monochromatic Colors of #CB43FB
Black with #CB43FB
Text Example
Text Example
White with #CB43FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43FB; }
p { color: rgb(203,67,251); }
H1.HeaderClassName
{
color: #CB43FB;
}
.AnyTagClassName
{
color: #CB43FB;
}
</style>
background-color css
<style>
a { background-color: #CB43FB; }
a { background-color: rgb(203,67,251); }
div.DivClassName
{
background-color: #CB43FB;
}
.BgClassName
{
background-color: #CB43FB;
}
</style>
border-color css
<style>
span { border-color: #CB43FB; }
span { border-color: rgb(203,67,251); }
td.TdClassName
{
border-color: #CB43FB;
}
.TagClassName
{
border-color: #CB43FB;
}
</style>