Shades of Medium Orchid #CB42FC
Tints of Medium Orchid #CB42FC
RGB
CMYK
RGB Variations
Color information
#CB42FC (or 0xCB42FC) is known color: Medium Orchid. HEX triplet: CB, 42 and FC. RGB value is (203,66,252). Sum of RGB (Red+Green+Blue) = 203+66+252=521 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.96% from 521); Green value is 66 (26.17% from 255 or 12.67% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB42FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB42FC is #34BD03. Grayscale: #7F7F7F. Windows color (decimal): -3456260 or 16532171. OLE color: 16532171.
HSL color Cylindrical-coordinate representation of color #CB42FC: hue angle of 284.19º degrees, saturation: 0.97, 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 #CB42FC is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 66 | 252 | - |
| CMYK | 0.19 | 0.74 | 0 | 0.01 |
| HSL | 284.19º | 0.97% | 0.62% | - |
| HSV(B) | 284.19º | 0.74% | 0.99% | - |
| XYZ | 44.15 | 23.62 | 94.33 | - |
| YUV | 128.17 | 197.89 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 66 | 252 | 0.19 | 0.74 | 0 | 0.01 | 284.19 | 0.97 | 0.62 |
| Hex | CB | 42 | FC | 13 | 4A | 0 | 1 | 11C | 61 | 3E |
| Octal | 313 | 102 | 374 | 23 | 112 | 0 | 1 | 434 | 141 | 76 |
| Binary | 11001011 | 1000010 | 11111100 | 10011 | 1001010 | 0 | 1 | 100011100 | 1100001 | 111110 |
Color Harmonies of #CB42FC
Complementary color
Monochromatic Colors of #CB42FC
Black with #CB42FC
Text Example
Text Example
White with #CB42FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB42FC; }
p { color: rgb(203,66,252); }
H1.HeaderClassName
{
color: #CB42FC;
}
.AnyTagClassName
{
color: #CB42FC;
}
</style>
background-color css
<style>
a { background-color: #CB42FC; }
a { background-color: rgb(203,66,252); }
div.DivClassName
{
background-color: #CB42FC;
}
.BgClassName
{
background-color: #CB42FC;
}
</style>
border-color css
<style>
span { border-color: #CB42FC; }
span { border-color: rgb(203,66,252); }
td.TdClassName
{
border-color: #CB42FC;
}
.TagClassName
{
border-color: #CB42FC;
}
</style>