#C343CF

Color #C343CF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #C343CF

Tints of Medium Orchid #C343CF

Color information

#C343CF (or 0xC343CF) is unknown color: approx Medium Orchid. HEX triplet: C3, 43 and CF. RGB value is (195,67,207). Sum of RGB (Red+Green+Blue) = 195+67+207=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 67 (26.56% from 255 or 14.29% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #C343CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343CF is #3CBC30. Grayscale: #787878. Windows color (decimal): -3980337 or 13583299. OLE color: 13583299.

HSL color Cylindrical-coordinate representation of color #C343CF: hue angle of 294.86º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C343CF is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19567207-
CMYK0.060.6800.19
HSL294.86º59.32%53.73%-
HSV(B)294.86º67.63%81.18%-
XYZ35.7820.1261.03-
YUV121.23176.41180.62-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 41.58%
GREEN value IS 67 (26.56% from 255) = 14.29%
BLUE value IS 207 (81.25% from 255) = 44.14%
R=41.58%
G=14.29%
B=44.14%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal195672070.060.6800.19294.8659.3253.73
HexC343CF6440131273b36
Octal30310331761040234477366
Binary110000111000011110011111101000100010011100100111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C343CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C343CF; }

 p { color: rgb(195,67,207); }

 H1.HeaderClassName
 {
   color: #C343CF;
 }
 .AnyTagClassName
 {
   color: #C343CF;
 }
</style>
background-color css

<style>
 a { background-color: #C343CF; }

 a { background-color: rgb(195,67,207); }

 div.DivClassName
 {
   background-color: #C343CF;
 }
 .BgClassName
 {
   background-color: #C343CF;
 }
</style>
border-color css

<style>
 span { border-color: #C343CF; }

 span { border-color: rgb(195,67,207); }

 td.TdClassName
 {
   border-color: #C343CF;
 }
 .TagClassName
 {
   border-color: #C343CF;
 }
</style>