Html Css Color HEX #C272EA Heliotrope

📋 copy color: '#C272EA'

red 194 ◦ green 114 ◦ blue 234

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

Shades of Heliotrope #C272EA

Tints of Heliotrope #C272EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.17%

R = 35.79%
G = 21.03%
B = 43.17%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C272EA (or 0xC272EA) is known color: Heliotrope. HEX triplet: C2, 72 and EA. RGB value is (194,114,234). Sum of RGB (Red+Green+Blue) = 194+114+234=542 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.79% from 542); Green value is 114 (44.92% from 255 or 21.03% from 542); Blue value is 234 (91.80% from 255 or 43.17% from 542); Max value from RGB is 234 - color contains mainly: blue. Hex color #C272EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C272EA is #3D8D15. Grayscale: #979797. Windows color (decimal): -4033814 or 15364802. OLE color: 15364802.

HSL color Cylindrical-coordinate representation of color #C272EA: hue angle of 280º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C272EA is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 114 234 -
CMYK 0.17 0.51 0 0.08
HSL 280º 0.74% 0.68% -
HSV(B) 280º 0.51% 0.92% -
XYZ 43.12 29.44 81.25 -
YUV 151.6 174.5 158.24 -
System Red Green Blue C M Y K H S L
Decimal 194 114 234 0.17 0.51 0 0.08 280 0.74 0.68
Hex C2 72 EA 11 33 0 8 118 4A 44
Octal 302 162 352 21 63 0 10 430 112 104
Binary 11000010 1110010 11101010 10001 110011 0 1000 100011000 1001010 1000100

Color Harmonies of #C272EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C272EA

Black with #C272EA

Text Example


Text Example

White with #C272EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C272EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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