Shades of Medium Orchid #C34FFB
Tints of Medium Orchid #C34FFB
RGB
CMYK
RGB Variations
Color information
#C34FFB (or 0xC34FFB) is known color: Medium Orchid. HEX triplet: C3, 4F and FB. RGB value is (195,79,251). Sum of RGB (Red+Green+Blue) = 195+79+251=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 79 (31.25% from 255 or 15.05% from 525); Blue value is 251 (98.44% from 255 or 47.81% from 525); Max value from RGB is 251 - color contains mainly: blue. Hex color #C34FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34FFB is #3CB004. Grayscale: #848484. Windows color (decimal): -3977221 or 16469955. OLE color: 16469955.
HSL color Cylindrical-coordinate representation of color #C34FFB: hue angle of 280.47º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C34FFB is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 79 | 251 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.02 |
| HSL | 280.47º | 0.96% | 0.65% | - |
| HSV(B) | 280.47º | 0.69% | 0.98% | - |
| XYZ | 42.71 | 24.16 | 93.68 | - |
| YUV | 133.29 | 194.43 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 251 | 0.22 | 0.69 | 0 | 0.02 | 280.47 | 0.96 | 0.65 |
| Hex | C3 | 4F | FB | 16 | 45 | 0 | 2 | 118 | 60 | 41 |
| Octal | 303 | 117 | 373 | 26 | 105 | 0 | 2 | 430 | 140 | 101 |
| Binary | 11000011 | 1001111 | 11111011 | 10110 | 1000101 | 0 | 10 | 100011000 | 1100000 | 1000001 |
Color Harmonies of #C34FFB
Complementary color
Monochromatic Colors of #C34FFB
Black with #C34FFB
Text Example
Text Example
White with #C34FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34FFB; }
p { color: rgb(195,79,251); }
H1.HeaderClassName
{
color: #C34FFB;
}
.AnyTagClassName
{
color: #C34FFB;
}
</style>
background-color css
<style>
a { background-color: #C34FFB; }
a { background-color: rgb(195,79,251); }
div.DivClassName
{
background-color: #C34FFB;
}
.BgClassName
{
background-color: #C34FFB;
}
</style>
border-color css
<style>
span { border-color: #C34FFB; }
span { border-color: rgb(195,79,251); }
td.TdClassName
{
border-color: #C34FFB;
}
.TagClassName
{
border-color: #C34FFB;
}
</style>