Shades of Medium Orchid #CB3FF2
Tints of Medium Orchid #CB3FF2
RGB
CMYK
RGB Variations
Color information
#CB3FF2 (or 0xCB3FF2) is known color: Medium Orchid. HEX triplet: CB, 3F and F2. RGB value is (203,63,242). Sum of RGB (Red+Green+Blue) = 203+63+242=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 63 (25% from 255 or 12.40% from 508); Blue value is 242 (94.92% from 255 or 47.64% from 508); Max value from RGB is 242 - color contains mainly: blue. Hex color #CB3FF2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3FF2 is #34C00D. Grayscale: #7C7C7C. Windows color (decimal): -3457038 or 15876043. OLE color: 15876043.
HSL color Cylindrical-coordinate representation of color #CB3FF2: hue angle of 286.93º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB3FF2 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 63 | 242 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.05 |
| HSL | 286.93º | 0.87% | 0.6% | - |
| HSV(B) | 286.93º | 0.74% | 0.95% | - |
| XYZ | 42.43 | 22.66 | 86.14 | - |
| YUV | 125.27 | 193.88 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 242 | 0.16 | 0.74 | 0 | 0.05 | 286.93 | 0.87 | 0.6 |
| Hex | CB | 3F | F2 | 10 | 4A | 0 | 5 | 11F | 57 | 3C |
| Octal | 313 | 77 | 362 | 20 | 112 | 0 | 5 | 437 | 127 | 74 |
| Binary | 11001011 | 111111 | 11110010 | 10000 | 1001010 | 0 | 101 | 100011111 | 1010111 | 111100 |
Color Harmonies of #CB3FF2
Complementary color
Monochromatic Colors of #CB3FF2
Black with #CB3FF2
Text Example
Text Example
White with #CB3FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FF2; }
p { color: rgb(203,63,242); }
H1.HeaderClassName
{
color: #CB3FF2;
}
.AnyTagClassName
{
color: #CB3FF2;
}
</style>
background-color css
<style>
a { background-color: #CB3FF2; }
a { background-color: rgb(203,63,242); }
div.DivClassName
{
background-color: #CB3FF2;
}
.BgClassName
{
background-color: #CB3FF2;
}
</style>
border-color css
<style>
span { border-color: #CB3FF2; }
span { border-color: rgb(203,63,242); }
td.TdClassName
{
border-color: #CB3FF2;
}
.TagClassName
{
border-color: #CB3FF2;
}
</style>