Shades of Medium Orchid #CB3CF4
Tints of Medium Orchid #CB3CF4
RGB
CMYK
RGB Variations
Color information
#CB3CF4 (or 0xCB3CF4) is known color: Medium Orchid. HEX triplet: CB, 3C and F4. RGB value is (203,60,244). Sum of RGB (Red+Green+Blue) = 203+60+244=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 60 (23.83% from 255 or 11.83% from 507); Blue value is 244 (95.70% from 255 or 48.13% from 507); Max value from RGB is 244 - color contains mainly: blue. Hex color #CB3CF4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3CF4 is #34C30B. Grayscale: #7B7B7B. Windows color (decimal): -3457804 or 16006347. OLE color: 16006347.
HSL color Cylindrical-coordinate representation of color #CB3CF4: hue angle of 286.63º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3CF4 is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 203 | 60 | 244 | - |
| CMYK | 0.17 | 0.75 | 0 | 0.04 |
| HSL | 286.63º | 0.89% | 0.6% | - |
| HSV(B) | 286.63º | 0.75% | 0.96% | - |
| XYZ | 42.57 | 22.46 | 87.68 | - |
| YUV | 123.73 | 195.88 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 244 | 0.17 | 0.75 | 0 | 0.04 | 286.63 | 0.89 | 0.6 |
| Hex | CB | 3C | F4 | 11 | 4B | 0 | 4 | 11F | 59 | 3C |
| Octal | 313 | 74 | 364 | 21 | 113 | 0 | 4 | 437 | 131 | 74 |
| Binary | 11001011 | 111100 | 11110100 | 10001 | 1001011 | 0 | 100 | 100011111 | 1011001 | 111100 |
Color Harmonies of #CB3CF4
Complementary color
Monochromatic Colors of #CB3CF4
Black with #CB3CF4
Text Example
Text Example
White with #CB3CF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3CF4; }
p { color: rgb(203,60,244); }
H1.HeaderClassName
{
color: #CB3CF4;
}
.AnyTagClassName
{
color: #CB3CF4;
}
</style>
background-color css
<style>
a { background-color: #CB3CF4; }
a { background-color: rgb(203,60,244); }
div.DivClassName
{
background-color: #CB3CF4;
}
.BgClassName
{
background-color: #CB3CF4;
}
</style>
border-color css
<style>
span { border-color: #CB3CF4; }
span { border-color: rgb(203,60,244); }
td.TdClassName
{
border-color: #CB3CF4;
}
.TagClassName
{
border-color: #CB3CF4;
}
</style>