Shades of Medium Orchid #C343FF
Tints of Medium Orchid #C343FF
RGB
CMYK
RGB Variations
Color information
#C343FF (or 0xC343FF) is known color: Medium Orchid. HEX triplet: C3, 43 and FF. RGB value is (195,67,255). Sum of RGB (Red+Green+Blue) = 195+67+255=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 67 (26.56% from 255 or 12.96% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #C343FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C343FF is #3CBC00. Grayscale: #7E7E7E. Windows color (decimal): -3980289 or 16729027. OLE color: 16729027.
HSL color Cylindrical-coordinate representation of color #C343FF: hue angle of 280.85º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C343FF is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 195 | 67 | 255 | - |
| CMYK | 0.24 | 0.74 | 0 | 0 |
| HSL | 280.85º | 1% | 0.63% | - |
| HSV(B) | 280.85º | 0.74% | 1% | - |
| XYZ | 42.56 | 22.84 | 96.77 | - |
| YUV | 126.7 | 200.41 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 255 | 0.24 | 0.74 | 0 | 0 | 280.85 | 1 | 0.63 |
| Hex | C3 | 43 | FF | 18 | 4A | 0 | 0 | 119 | 64 | 3F |
| Octal | 303 | 103 | 377 | 30 | 112 | 0 | 0 | 431 | 144 | 77 |
| Binary | 11000011 | 1000011 | 11111111 | 11000 | 1001010 | 0 | 0 | 100011001 | 1100100 | 111111 |
Color Harmonies of #C343FF
Complementary color
Monochromatic Colors of #C343FF
Black with #C343FF
Text Example
Text Example
White with #C343FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C343FF; }
p { color: rgb(195,67,255); }
H1.HeaderClassName
{
color: #C343FF;
}
.AnyTagClassName
{
color: #C343FF;
}
</style>
background-color css
<style>
a { background-color: #C343FF; }
a { background-color: rgb(195,67,255); }
div.DivClassName
{
background-color: #C343FF;
}
.BgClassName
{
background-color: #C343FF;
}
</style>
border-color css
<style>
span { border-color: #C343FF; }
span { border-color: rgb(195,67,255); }
td.TdClassName
{
border-color: #C343FF;
}
.TagClassName
{
border-color: #C343FF;
}
</style>