Shades of Medium Orchid #CB3FF1
Tints of Medium Orchid #CB3FF1
RGB
CMYK
RGB Variations
Color information
#CB3FF1 (or 0xCB3FF1) is known color: Medium Orchid. HEX triplet: CB, 3F and F1. RGB value is (203,63,241). Sum of RGB (Red+Green+Blue) = 203+63+241=507 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.04% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #CB3FF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CB3FF1 is #34C00E. Grayscale: #7C7C7C. Windows color (decimal): -3457039 or 15810507. OLE color: 15810507.
HSL color Cylindrical-coordinate representation of color #CB3FF1: hue angle of 287.19º degrees, saturation: 0.86, 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 #CB3FF1 is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 203 | 63 | 241 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.05 |
| HSL | 287.19º | 0.86% | 0.6% | - |
| HSV(B) | 287.19º | 0.74% | 0.95% | - |
| XYZ | 42.28 | 22.6 | 85.35 | - |
| YUV | 125.15 | 193.38 | 183.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 63 | 241 | 0.16 | 0.74 | 0 | 0.05 | 287.19 | 0.86 | 0.6 |
| Hex | CB | 3F | F1 | 10 | 4A | 0 | 5 | 11F | 56 | 3C |
| Octal | 313 | 77 | 361 | 20 | 112 | 0 | 5 | 437 | 126 | 74 |
| Binary | 11001011 | 111111 | 11110001 | 10000 | 1001010 | 0 | 101 | 100011111 | 1010110 | 111100 |
Color Harmonies of #CB3FF1
Complementary color
Monochromatic Colors of #CB3FF1
Black with #CB3FF1
Text Example
Text Example
White with #CB3FF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3FF1; }
p { color: rgb(203,63,241); }
H1.HeaderClassName
{
color: #CB3FF1;
}
.AnyTagClassName
{
color: #CB3FF1;
}
</style>
background-color css
<style>
a { background-color: #CB3FF1; }
a { background-color: rgb(203,63,241); }
div.DivClassName
{
background-color: #CB3FF1;
}
.BgClassName
{
background-color: #CB3FF1;
}
</style>
border-color css
<style>
span { border-color: #CB3FF1; }
span { border-color: rgb(203,63,241); }
td.TdClassName
{
border-color: #CB3FF1;
}
.TagClassName
{
border-color: #CB3FF1;
}
</style>