Html Css Color HEX #C343E5 Medium Orchid

📋 copy color: '#C343E5'

red 195 ◦ green 67 ◦ blue 229

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

Shades of Medium Orchid #C343E5

Tints of Medium Orchid #C343E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 46.64%

R = 39.71%
G = 13.65%
B = 46.64%

CMYK

 C value IS 0.15

 M value IS 0.71

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#C343E5 (or 0xC343E5) is known color: Medium Orchid. HEX triplet: C3, 43 and E5. RGB value is (195,67,229). Sum of RGB (Red+Green+Blue) = 195+67+229=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 67 (26.56% from 255 or 13.65% from 491); Blue value is 229 (89.84% from 255 or 46.64% from 491); Max value from RGB is 229 - color contains mainly: blue. Hex color #C343E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C343E5 is #3CBC1A. Grayscale: #7B7B7B. Windows color (decimal): -3980315 or 15025091. OLE color: 15025091.

HSL color Cylindrical-coordinate representation of color #C343E5: hue angle of 287.41º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C343E5 is Cyan = 0.15, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 195 67 229 -
CMYK 0.15 0.71 0 0.10
HSL 287.41º 0.76% 0.58% -
HSV(B) 287.41º 0.71% 0.9% -
XYZ 38.66 21.27 76.2 -
YUV 123.74 187.41 178.83 -
System Red Green Blue C M Y K H S L
Decimal 195 67 229 0.15 0.71 0 0.10 287.41 0.76 0.58
Hex C3 43 E5 F 47 0 A 11F 4C 3A
Octal 303 103 345 17 107 0 12 437 114 72
Binary 11000011 1000011 11100101 1111 1000111 0 1010 100011111 1001100 111010

Color Harmonies of #C343E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C343E5

Black with #C343E5

Text Example


Text Example

White with #C343E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C343E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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