Html Css Color HEX #C341F4 Medium Orchid

📋 copy color: '#C341F4'

red 195 ◦ green 65 ◦ blue 244

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

Shades of Medium Orchid #C341F4

Tints of Medium Orchid #C341F4

RGB

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

 GREEN value IS 65 (25.78% from 255) = 12.9%

 BLUE value IS 244 (95.7% from 255) = 48.41%

R = 38.69%
G = 12.9%
B = 48.41%

CMYK

 C value IS 0.20

 M value IS 0.73

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C341F4 (or 0xC341F4) is known color: Medium Orchid. HEX triplet: C3, 41 and F4. RGB value is (195,65,244). Sum of RGB (Red+Green+Blue) = 195+65+244=504 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.69% from 504); Green value is 65 (25.78% from 255 or 12.90% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #C341F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C341F4 is #3CBE0B. Grayscale: #7B7B7B. Windows color (decimal): -3980812 or 16007619. OLE color: 16007619.

HSL color Cylindrical-coordinate representation of color #C341F4: hue angle of 283.58º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C341F4 is Cyan = 0.20, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 195 65 244 -
CMYK 0.20 0.73 0 0.04
HSL 283.58º 0.89% 0.61% -
HSV(B) 283.58º 0.73% 0.96% -
XYZ 40.73 21.91 87.67 -
YUV 124.28 195.57 178.45 -
System Red Green Blue C M Y K H S L
Decimal 195 65 244 0.20 0.73 0 0.04 283.58 0.89 0.61
Hex C3 41 F4 14 49 0 4 11C 59 3D
Octal 303 101 364 24 111 0 4 434 131 75
Binary 11000011 1000001 11110100 10100 1001001 0 100 100011100 1011001 111101

Color Harmonies of #C341F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C341F4

Black with #C341F4

Text Example


Text Example

White with #C341F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C341F4; }

 p { color: rgb(195,65,244); }

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

background-color css

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

 a { background-color: rgb(195,65,244); }

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

border-color css

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

 span { border-color: rgb(195,65,244); }

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