Html Css Color HEX #C244E1 Medium Orchid

📋 copy color: '#C244E1'

red 194 ◦ green 68 ◦ blue 225

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

Shades of Medium Orchid #C244E1

Tints of Medium Orchid #C244E1

RGB

 RED value IS 194 (76.17% from 255) = 39.84%

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

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

R = 39.84%
G = 13.96%
B = 46.2%

CMYK

 C value IS 0.14

 M value IS 0.70

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C244E1 (or 0xC244E1) is known color: Medium Orchid. HEX triplet: C2, 44 and E1. RGB value is (194,68,225). Sum of RGB (Red+Green+Blue) = 194+68+225=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 68 (26.95% from 255 or 13.96% from 487); Blue value is 225 (88.28% from 255 or 46.20% from 487); Max value from RGB is 225 - color contains mainly: blue. Hex color #C244E1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C244E1 is #3DBB1E. Grayscale: #7B7B7B. Windows color (decimal): -4045599 or 14763202. OLE color: 14763202.

HSL color Cylindrical-coordinate representation of color #C244E1: hue angle of 288.15º 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 #C244E1 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 68 225 -
CMYK 0.14 0.70 0 0.12
HSL 288.15º 0.72% 0.57% -
HSV(B) 288.15º 0.7% 0.88% -
XYZ 37.91 21.04 73.3 -
YUV 123.57 185.24 178.23 -
System Red Green Blue C M Y K H S L
Decimal 194 68 225 0.14 0.70 0 0.12 288.15 0.72 0.57
Hex C2 44 E1 E 46 0 C 120 48 39
Octal 302 104 341 16 106 0 14 440 110 71
Binary 11000010 1000100 11100001 1110 1000110 0 1100 100100000 1001000 111001

Color Harmonies of #C244E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C244E1

Black with #C244E1

Text Example


Text Example

White with #C244E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C244E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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