Shades of Medium Orchid #C34FFC
Tints of Medium Orchid #C34FFC
RGB
CMYK
RGB Variations
Color information
#C34FFC (or 0xC34FFC) is known color: Medium Orchid. HEX triplet: C3, 4F and FC. RGB value is (195,79,252). Sum of RGB (Red+Green+Blue) = 195+79+252=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 79 (31.25% from 255 or 15.02% from 526); Blue value is 252 (98.83% from 255 or 47.91% from 526); Max value from RGB is 252 - color contains mainly: blue. Hex color #C34FFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C34FFC is #3CB003. Grayscale: #848484. Windows color (decimal): -3977220 or 16535491. OLE color: 16535491.
HSL color Cylindrical-coordinate representation of color #C34FFC: hue angle of 280.23º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C34FFC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 195 | 79 | 252 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.01 |
| HSL | 280.23º | 0.97% | 0.65% | - |
| HSV(B) | 280.23º | 0.69% | 0.99% | - |
| XYZ | 42.87 | 24.22 | 94.51 | - |
| YUV | 133.41 | 194.93 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 252 | 0.23 | 0.69 | 0 | 0.01 | 280.23 | 0.97 | 0.65 |
| Hex | C3 | 4F | FC | 17 | 45 | 0 | 1 | 118 | 61 | 41 |
| Octal | 303 | 117 | 374 | 27 | 105 | 0 | 1 | 430 | 141 | 101 |
| Binary | 11000011 | 1001111 | 11111100 | 10111 | 1000101 | 0 | 1 | 100011000 | 1100001 | 1000001 |
Color Harmonies of #C34FFC
Complementary color
Monochromatic Colors of #C34FFC
Black with #C34FFC
Text Example
Text Example
White with #C34FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34FFC; }
p { color: rgb(195,79,252); }
H1.HeaderClassName
{
color: #C34FFC;
}
.AnyTagClassName
{
color: #C34FFC;
}
</style>
background-color css
<style>
a { background-color: #C34FFC; }
a { background-color: rgb(195,79,252); }
div.DivClassName
{
background-color: #C34FFC;
}
.BgClassName
{
background-color: #C34FFC;
}
</style>
border-color css
<style>
span { border-color: #C34FFC; }
span { border-color: rgb(195,79,252); }
td.TdClassName
{
border-color: #C34FFC;
}
.TagClassName
{
border-color: #C34FFC;
}
</style>