Shades of Medium Orchid #C433F8
Tints of Medium Orchid #C433F8
RGB
CMYK
RGB Variations
Color information
#C433F8 (or 0xC433F8) is known color: Medium Orchid. HEX triplet: C4, 33 and F8. RGB value is (196,51,248). Sum of RGB (Red+Green+Blue) = 196+51+248=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 51 (20.31% from 255 or 10.30% from 495); Blue value is 248 (97.27% from 255 or 50.10% from 495); Max value from RGB is 248 - color contains mainly: blue. Hex color #C433F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C433F8 is #3BCC07. Grayscale: #747474. Windows color (decimal): -3918856 or 16266180. OLE color: 16266180.
HSL color Cylindrical-coordinate representation of color #C433F8: hue angle of 284.16º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C433F8 is Cyan = 0.21, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 51 | 248 | - |
| CMYK | 0.21 | 0.79 | 0 | 0.03 |
| HSL | 284.16º | 0.93% | 0.59% | - |
| HSV(B) | 284.16º | 0.79% | 0.97% | - |
| XYZ | 40.89 | 20.88 | 90.68 | - |
| YUV | 116.81 | 202.04 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 248 | 0.21 | 0.79 | 0 | 0.03 | 284.16 | 0.93 | 0.59 |
| Hex | C4 | 33 | F8 | 15 | 4F | 0 | 3 | 11C | 5D | 3B |
| Octal | 304 | 63 | 370 | 25 | 117 | 0 | 3 | 434 | 135 | 73 |
| Binary | 11000100 | 110011 | 11111000 | 10101 | 1001111 | 0 | 11 | 100011100 | 1011101 | 111011 |
Color Harmonies of #C433F8
Complementary color
Monochromatic Colors of #C433F8
Black with #C433F8
Text Example
Text Example
White with #C433F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C433F8; }
p { color: rgb(196,51,248); }
H1.HeaderClassName
{
color: #C433F8;
}
.AnyTagClassName
{
color: #C433F8;
}
</style>
background-color css
<style>
a { background-color: #C433F8; }
a { background-color: rgb(196,51,248); }
div.DivClassName
{
background-color: #C433F8;
}
.BgClassName
{
background-color: #C433F8;
}
</style>
border-color css
<style>
span { border-color: #C433F8; }
span { border-color: rgb(196,51,248); }
td.TdClassName
{
border-color: #C433F8;
}
.TagClassName
{
border-color: #C433F8;
}
</style>