Shades of Medium Orchid #C34CFB
Tints of Medium Orchid #C34CFB
RGB
CMYK
RGB Variations
Color information
#C34CFB (or 0xC34CFB) is known color: Medium Orchid. HEX triplet: C3, 4C and FB. RGB value is (195,76,251). Sum of RGB (Red+Green+Blue) = 195+76+251=522 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.36% from 522); Green value is 76 (30.08% from 255 or 14.56% from 522); Blue value is 251 (98.44% from 255 or 48.08% from 522); Max value from RGB is 251 - color contains mainly: blue. Hex color #C34CFB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C34CFB is #3CB304. Grayscale: #828282. Windows color (decimal): -3977989 or 16469187. OLE color: 16469187.
HSL color Cylindrical-coordinate representation of color #C34CFB: hue angle of 280.8º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C34CFB is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 76 | 251 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.02 |
| HSL | 280.8º | 0.96% | 0.64% | - |
| HSV(B) | 280.8º | 0.7% | 0.98% | - |
| XYZ | 42.5 | 23.74 | 93.61 | - |
| YUV | 131.53 | 195.42 | 173.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 76 | 251 | 0.22 | 0.70 | 0 | 0.02 | 280.8 | 0.96 | 0.64 |
| Hex | C3 | 4C | FB | 16 | 46 | 0 | 2 | 119 | 60 | 40 |
| Octal | 303 | 114 | 373 | 26 | 106 | 0 | 2 | 431 | 140 | 100 |
| Binary | 11000011 | 1001100 | 11111011 | 10110 | 1000110 | 0 | 10 | 100011001 | 1100000 | 1000000 |
Color Harmonies of #C34CFB
Complementary color
Monochromatic Colors of #C34CFB
Black with #C34CFB
Text Example
Text Example
White with #C34CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34CFB; }
p { color: rgb(195,76,251); }
H1.HeaderClassName
{
color: #C34CFB;
}
.AnyTagClassName
{
color: #C34CFB;
}
</style>
background-color css
<style>
a { background-color: #C34CFB; }
a { background-color: rgb(195,76,251); }
div.DivClassName
{
background-color: #C34CFB;
}
.BgClassName
{
background-color: #C34CFB;
}
</style>
border-color css
<style>
span { border-color: #C34CFB; }
span { border-color: rgb(195,76,251); }
td.TdClassName
{
border-color: #C34CFB;
}
.TagClassName
{
border-color: #C34CFB;
}
</style>