Html Css Color HEX #C272EC Heliotrope

📋 copy color: '#C272EC'

red 194 ◦ green 114 ◦ blue 236

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

Shades of Heliotrope #C272EC

Tints of Heliotrope #C272EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.38%

R = 35.66%
G = 20.96%
B = 43.38%

CMYK

 C value IS 0.18

 M value IS 0.52

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#C272EC (or 0xC272EC) is known color: Heliotrope. HEX triplet: C2, 72 and EC. RGB value is (194,114,236). Sum of RGB (Red+Green+Blue) = 194+114+236=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 114 (44.92% from 255 or 20.96% from 544); Blue value is 236 (92.58% from 255 or 43.38% from 544); Max value from RGB is 236 - color contains mainly: blue. Hex color #C272EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C272EC is #3D8D13. Grayscale: #979797. Windows color (decimal): -4033812 or 15495874. OLE color: 15495874.

HSL color Cylindrical-coordinate representation of color #C272EC: hue angle of 279.34º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C272EC is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 194 114 236 -
CMYK 0.18 0.52 0 0.07
HSL 279.34º 0.76% 0.69% -
HSV(B) 279.34º 0.52% 0.93% -
XYZ 43.41 29.56 82.77 -
YUV 151.83 175.5 158.08 -
System Red Green Blue C M Y K H S L
Decimal 194 114 236 0.18 0.52 0 0.07 279.34 0.76 0.69
Hex C2 72 EC 12 34 0 7 117 4C 45
Octal 302 162 354 22 64 0 7 427 114 105
Binary 11000010 1110010 11101100 10010 110100 0 111 100010111 1001100 1000101

Color Harmonies of #C272EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C272EC

Black with #C272EC

Text Example


Text Example

White with #C272EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C272EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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