Html Css Color HEX #C272EF Heliotrope

📋 copy color: '#C272EF'

red 194 ◦ green 114 ◦ blue 239

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

Shades of Heliotrope #C272EF

Tints of Heliotrope #C272EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.69%

R = 35.47%
G = 20.84%
B = 43.69%

CMYK

 C value IS 0.19

 M value IS 0.52

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C272EF (or 0xC272EF) is known color: Heliotrope. HEX triplet: C2, 72 and EF. RGB value is (194,114,239). Sum of RGB (Red+Green+Blue) = 194+114+239=547 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.47% from 547); Green value is 114 (44.92% from 255 or 20.84% from 547); Blue value is 239 (93.75% from 255 or 43.69% from 547); Max value from RGB is 239 - color contains mainly: blue. Hex color #C272EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C272EF is #3D8D10. Grayscale: #979797. Windows color (decimal): -4033809 or 15692482. OLE color: 15692482.

HSL color Cylindrical-coordinate representation of color #C272EF: hue angle of 278.4º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C272EF is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 194 114 239 -
CMYK 0.19 0.52 0 0.06
HSL 278.4º 0.8% 0.69% -
HSV(B) 278.4º 0.52% 0.94% -
XYZ 43.85 29.74 85.09 -
YUV 152.17 177 157.84 -
System Red Green Blue C M Y K H S L
Decimal 194 114 239 0.19 0.52 0 0.06 278.4 0.8 0.69
Hex C2 72 EF 13 34 0 6 116 50 45
Octal 302 162 357 23 64 0 6 426 120 105
Binary 11000010 1110010 11101111 10011 110100 0 110 100010110 1010000 1000101

Color Harmonies of #C272EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C272EF

Black with #C272EF

Text Example


Text Example

White with #C272EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C272EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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