Html Css Color HEX #C272EB Heliotrope

📋 copy color: '#C272EB'

red 194 ◦ green 114 ◦ blue 235

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

Shades of Heliotrope #C272EB

Tints of Heliotrope #C272EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.28%

R = 35.73%
G = 20.99%
B = 43.28%

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

#C272EB (or 0xC272EB) is known color: Heliotrope. HEX triplet: C2, 72 and EB. RGB value is (194,114,235). Sum of RGB (Red+Green+Blue) = 194+114+235=543 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.73% from 543); Green value is 114 (44.92% from 255 or 20.99% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #C272EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C272EB is #3D8D14. Grayscale: #979797. Windows color (decimal): -4033813 or 15430338. OLE color: 15430338.

HSL color Cylindrical-coordinate representation of color #C272EB: hue angle of 279.67º degrees, saturation: 0.75, 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 #C272EB is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 194 114 235 -
CMYK 0.17 0.51 0 0.08
HSL 279.67º 0.75% 0.68% -
HSV(B) 279.67º 0.51% 0.92% -
XYZ 43.26 29.5 82.01 -
YUV 151.71 175 158.16 -
System Red Green Blue C M Y K H S L
Decimal 194 114 235 0.17 0.51 0 0.08 279.67 0.75 0.68
Hex C2 72 EB 11 33 0 8 118 4B 44
Octal 302 162 353 21 63 0 10 430 113 104
Binary 11000010 1110010 11101011 10001 110011 0 1000 100011000 1001011 1000100

Color Harmonies of #C272EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C272EB

Black with #C272EB

Text Example


Text Example

White with #C272EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C272EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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