Shades of Medium Orchid #CB43FE
Tints of Medium Orchid #CB43FE
RGB
CMYK
RGB Variations
Color information
#CB43FE (or 0xCB43FE) is known color: Medium Orchid. HEX triplet: CB, 43 and FE. RGB value is (203,67,254). Sum of RGB (Red+Green+Blue) = 203+67+254=524 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.74% from 524); Green value is 67 (26.56% from 255 or 12.79% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB43FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB43FE is #34BC01. Grayscale: #808080. Windows color (decimal): -3456002 or 16663499. OLE color: 16663499.
HSL color Cylindrical-coordinate representation of color #CB43FE: hue angle of 283.64º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB43FE is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 67 | 254 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.00 |
| HSL | 283.64º | 0.99% | 0.63% | - |
| HSV(B) | 283.64º | 0.74% | 1% | - |
| XYZ | 44.53 | 23.87 | 96.03 | - |
| YUV | 128.98 | 198.56 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 67 | 254 | 0.20 | 0.74 | 0 | 0.00 | 283.64 | 0.99 | 0.63 |
| Hex | CB | 43 | FE | 14 | 4A | 0 | 0 | 11C | 63 | 3F |
| Octal | 313 | 103 | 376 | 24 | 112 | 0 | 0 | 434 | 143 | 77 |
| Binary | 11001011 | 1000011 | 11111110 | 10100 | 1001010 | 0 | 0 | 100011100 | 1100011 | 111111 |
Color Harmonies of #CB43FE
Complementary color
Monochromatic Colors of #CB43FE
Black with #CB43FE
Text Example
Text Example
White with #CB43FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB43FE; }
p { color: rgb(203,67,254); }
H1.HeaderClassName
{
color: #CB43FE;
}
.AnyTagClassName
{
color: #CB43FE;
}
</style>
background-color css
<style>
a { background-color: #CB43FE; }
a { background-color: rgb(203,67,254); }
div.DivClassName
{
background-color: #CB43FE;
}
.BgClassName
{
background-color: #CB43FE;
}
</style>
border-color css
<style>
span { border-color: #CB43FE; }
span { border-color: rgb(203,67,254); }
td.TdClassName
{
border-color: #CB43FE;
}
.TagClassName
{
border-color: #CB43FE;
}
</style>