Shades of Medium Orchid #C153FB
Tints of Medium Orchid #C153FB
RGB
CMYK
RGB Variations
Color information
#C153FB (or 0xC153FB) is known color: Medium Orchid. HEX triplet: C1, 53 and FB. RGB value is (193,83,251). Sum of RGB (Red+Green+Blue) = 193+83+251=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 83 (32.81% from 255 or 15.75% from 527); Blue value is 251 (98.44% from 255 or 47.63% from 527); Max value from RGB is 251 - color contains mainly: blue. Hex color #C153FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C153FB is #3EAC04. Grayscale: #868686. Windows color (decimal): -4107269 or 16470977. OLE color: 16470977.
HSL color Cylindrical-coordinate representation of color #C153FB: hue angle of 279.29º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C153FB is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 193 | 83 | 251 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.02 |
| HSL | 279.29º | 0.95% | 0.65% | - |
| HSV(B) | 279.29º | 0.67% | 0.98% | - |
| XYZ | 42.5 | 24.49 | 93.75 | - |
| YUV | 135.04 | 193.44 | 169.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 251 | 0.23 | 0.67 | 0 | 0.02 | 279.29 | 0.95 | 0.65 |
| Hex | C1 | 53 | FB | 17 | 43 | 0 | 2 | 117 | 5F | 41 |
| Octal | 301 | 123 | 373 | 27 | 103 | 0 | 2 | 427 | 137 | 101 |
| Binary | 11000001 | 1010011 | 11111011 | 10111 | 1000011 | 0 | 10 | 100010111 | 1011111 | 1000001 |
Color Harmonies of #C153FB
Complementary color
Monochromatic Colors of #C153FB
Black with #C153FB
Text Example
Text Example
White with #C153FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153FB; }
p { color: rgb(193,83,251); }
H1.HeaderClassName
{
color: #C153FB;
}
.AnyTagClassName
{
color: #C153FB;
}
</style>
background-color css
<style>
a { background-color: #C153FB; }
a { background-color: rgb(193,83,251); }
div.DivClassName
{
background-color: #C153FB;
}
.BgClassName
{
background-color: #C153FB;
}
</style>
border-color css
<style>
span { border-color: #C153FB; }
span { border-color: rgb(193,83,251); }
td.TdClassName
{
border-color: #C153FB;
}
.TagClassName
{
border-color: #C153FB;
}
</style>