Html Css Color HEX #C337F1 Medium Orchid

📋 copy color: '#C337F1'

red 195 ◦ green 55 ◦ blue 241

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

Shades of Medium Orchid #C337F1

Tints of Medium Orchid #C337F1

RGB

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

 GREEN value IS 55 (21.88% from 255) = 11.2%

 BLUE value IS 241 (94.53% from 255) = 49.08%

R = 39.71%
G = 11.2%
B = 49.08%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C337F1 (or 0xC337F1) is known color: Medium Orchid. HEX triplet: C3, 37 and F1. RGB value is (195,55,241). Sum of RGB (Red+Green+Blue) = 195+55+241=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 55 (21.88% from 255 or 11.20% from 491); Blue value is 241 (94.53% from 255 or 49.08% from 491); Max value from RGB is 241 - color contains mainly: blue. Hex color #C337F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C337F1 is #3CC80E. Grayscale: #757575. Windows color (decimal): -3983375 or 15808451. OLE color: 15808451.

HSL color Cylindrical-coordinate representation of color #C337F1: hue angle of 285.16º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C337F1 is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 55 241 -
CMYK 0.19 0.77 0 0.05
HSL 285.16º 0.87% 0.58% -
HSV(B) 285.16º 0.77% 0.95% -
XYZ 39.75 20.69 85.12 -
YUV 118.06 197.38 182.88 -
System Red Green Blue C M Y K H S L
Decimal 195 55 241 0.19 0.77 0 0.05 285.16 0.87 0.58
Hex C3 37 F1 13 4D 0 5 11D 57 3A
Octal 303 67 361 23 115 0 5 435 127 72
Binary 11000011 110111 11110001 10011 1001101 0 101 100011101 1010111 111010

Color Harmonies of #C337F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C337F1

Black with #C337F1

Text Example


Text Example

White with #C337F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C337F1; }

 p { color: rgb(195,55,241); }

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

background-color css

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

 a { background-color: rgb(195,55,241); }

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

border-color css

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

 span { border-color: rgb(195,55,241); }

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