Html Css Color HEX #C344E1 Medium Orchid

📋 copy color: '#C344E1'

red 195 ◦ green 68 ◦ blue 225

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

Shades of Medium Orchid #C344E1

Tints of Medium Orchid #C344E1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 13.93%

 BLUE value IS 225 (88.28% from 255) = 46.11%

R = 39.96%
G = 13.93%
B = 46.11%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C344E1 (or 0xC344E1) is known color: Medium Orchid. HEX triplet: C3, 44 and E1. RGB value is (195,68,225). Sum of RGB (Red+Green+Blue) = 195+68+225=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 68 (26.95% from 255 or 13.93% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #C344E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C344E1 is #3CBB1E. Grayscale: #7B7B7B. Windows color (decimal): -3980063 or 14763203. OLE color: 14763203.

HSL color Cylindrical-coordinate representation of color #C344E1: hue angle of 288.54º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C344E1 is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 195 68 225 -
CMYK 0.13 0.70 0 0.12
HSL 288.54º 0.72% 0.57% -
HSV(B) 288.54º 0.7% 0.88% -
XYZ 38.16 21.17 73.31 -
YUV 123.87 185.08 178.73 -
System Red Green Blue C M Y K H S L
Decimal 195 68 225 0.13 0.70 0 0.12 288.54 0.72 0.57
Hex C3 44 E1 D 46 0 C 121 48 39
Octal 303 104 341 15 106 0 14 441 110 71
Binary 11000011 1000100 11100001 1101 1000110 0 1100 100100001 1001000 111001

Color Harmonies of #C344E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C344E1

Black with #C344E1

Text Example


Text Example

White with #C344E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C344E1; }

 p { color: rgb(195,68,225); }

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

background-color css

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

 a { background-color: rgb(195,68,225); }

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

border-color css

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

 span { border-color: rgb(195,68,225); }

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