Html Css Color HEX #C272E1 Medium Orchid

📋 copy color: '#C272E1'

red 194 ◦ green 114 ◦ blue 225

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

Shades of Medium Orchid #C272E1

Tints of Medium Orchid #C272E1

RGB

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

 GREEN value IS 114 (44.92% from 255) = 21.39%

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

R = 36.4%
G = 21.39%
B = 42.21%

CMYK

 C value IS 0.14

 M value IS 0.49

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#C272E1 (or 0xC272E1) is known color: Medium Orchid. HEX triplet: C2, 72 and E1. RGB value is (194,114,225). Sum of RGB (Red+Green+Blue) = 194+114+225=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 114 (44.92% from 255 or 21.39% from 533); Blue value is 225 (88.28% from 255 or 42.21% from 533); Max value from RGB is 225 - color contains mainly: blue. Hex color #C272E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C272E1 is #3D8D1E. Grayscale: #969696. Windows color (decimal): -4033823 or 14774978. OLE color: 14774978.

HSL color Cylindrical-coordinate representation of color #C272E1: hue angle of 283.24º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C272E1 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 194 114 225 -
CMYK 0.14 0.49 0 0.12
HSL 283.24º 0.65% 0.66% -
HSV(B) 283.24º 0.49% 0.88% -
XYZ 41.86 28.94 74.61 -
YUV 150.57 170 158.97 -
System Red Green Blue C M Y K H S L
Decimal 194 114 225 0.14 0.49 0 0.12 283.24 0.65 0.66
Hex C2 72 E1 E 31 0 C 11B 41 42
Octal 302 162 341 16 61 0 14 433 101 102
Binary 11000010 1110010 11100001 1110 110001 0 1100 100011011 1000001 1000010

Color Harmonies of #C272E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C272E1

Black with #C272E1

Text Example


Text Example

White with #C272E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C272E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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