Html Css Color HEX #C343EC Medium Orchid

📋 copy color: '#C343EC'

red 195 ◦ green 67 ◦ blue 236

#C343EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C343EC

Tints of Medium Orchid #C343EC

RGB

 RED value IS 195 (76.56% from 255) = 39.16%

 GREEN value IS 67 (26.56% from 255) = 13.45%

 BLUE value IS 236 (92.58% from 255) = 47.39%

R = 39.16%
G = 13.45%
B = 47.39%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C343EC (or 0xC343EC) is known color: Medium Orchid. HEX triplet: C3, 43 and EC. RGB value is (195,67,236). Sum of RGB (Red+Green+Blue) = 195+67+236=498 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.16% from 498); Green value is 67 (26.56% from 255 or 13.45% from 498); Blue value is 236 (92.58% from 255 or 47.39% from 498); Max value from RGB is 236 - color contains mainly: blue. Hex color #C343EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C343EC is #3CBC13. Grayscale: #7B7B7B. Windows color (decimal): -3980308 or 15483843. OLE color: 15483843.

HSL color Cylindrical-coordinate representation of color #C343EC: hue angle of 285.44º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C343EC is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 195 67 236 -
CMYK 0.17 0.72 0 0.07
HSL 285.44º 0.82% 0.59% -
HSV(B) 285.44º 0.72% 0.93% -
XYZ 39.65 21.67 81.45 -
YUV 124.54 190.91 178.26 -
System Red Green Blue C M Y K H S L
Decimal 195 67 236 0.17 0.72 0 0.07 285.44 0.82 0.59
Hex C3 43 EC 11 48 0 7 11D 52 3B
Octal 303 103 354 21 110 0 7 435 122 73
Binary 11000011 1000011 11101100 10001 1001000 0 111 100011101 1010010 111011

Color Harmonies of #C343EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C343EC

Black with #C343EC

Text Example


Text Example

White with #C343EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C343EC; }

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

 H1.HeaderClassName
 {
   color: #C343EC;
 }
 .AnyTagClassName
 {
   color: #C343EC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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