Shades of Medium Orchid #CB3CF2
Tints of Medium Orchid #CB3CF2
RGB
CMYK
RGB Variations
Color information
#CB3CF2 (or 0xCB3CF2) is known color: Medium Orchid. HEX triplet: CB, 3C and F2. RGB value is (203,60,242). Sum of RGB (Red+Green+Blue) = 203+60+242=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 60 (23.83% from 255 or 11.88% from 505); Blue value is 242 (94.92% from 255 or 47.92% from 505); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB3CF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3CF2 is #34C30D. Grayscale: #7A7A7A. Windows color (decimal): -3457806 or 15875275. OLE color: 15875275.
HSL color Cylindrical-coordinate representation of color #CB3CF2: hue angle of 287.14º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB3CF2 is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 60 | 242 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.05 |
| HSL | 287.14º | 0.88% | 0.59% | - |
| HSV(B) | 287.14º | 0.75% | 0.95% | - |
| XYZ | 42.27 | 22.34 | 86.09 | - |
| YUV | 123.51 | 194.88 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 60 | 242 | 0.16 | 0.75 | 0 | 0.05 | 287.14 | 0.88 | 0.59 |
| Hex | CB | 3C | F2 | 10 | 4B | 0 | 5 | 11F | 58 | 3B |
| Octal | 313 | 74 | 362 | 20 | 113 | 0 | 5 | 437 | 130 | 73 |
| Binary | 11001011 | 111100 | 11110010 | 10000 | 1001011 | 0 | 101 | 100011111 | 1011000 | 111011 |
Color Harmonies of #CB3CF2
Complementary color
Monochromatic Colors of #CB3CF2
Black with #CB3CF2
Text Example
Text Example
White with #CB3CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3CF2; }
p { color: rgb(203,60,242); }
H1.HeaderClassName
{
color: #CB3CF2;
}
.AnyTagClassName
{
color: #CB3CF2;
}
</style>
background-color css
<style>
a { background-color: #CB3CF2; }
a { background-color: rgb(203,60,242); }
div.DivClassName
{
background-color: #CB3CF2;
}
.BgClassName
{
background-color: #CB3CF2;
}
</style>
border-color css
<style>
span { border-color: #CB3CF2; }
span { border-color: rgb(203,60,242); }
td.TdClassName
{
border-color: #CB3CF2;
}
.TagClassName
{
border-color: #CB3CF2;
}
</style>