Html Css Color HEX #C272FB Heliotrope

📋 copy color: '#C272FB'

red 194 ◦ green 114 ◦ blue 251

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

Shades of Heliotrope #C272FB

Tints of Heliotrope #C272FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.9%

R = 34.7%
G = 20.39%
B = 44.9%

CMYK

 C value IS 0.23

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C272FB (or 0xC272FB) is known color: Heliotrope. HEX triplet: C2, 72 and FB. RGB value is (194,114,251). Sum of RGB (Red+Green+Blue) = 194+114+251=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 114 (44.92% from 255 or 20.39% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #C272FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C272FB is #3D8D04. Grayscale: #999999. Windows color (decimal): -4033797 or 16478914. OLE color: 16478914.

HSL color Cylindrical-coordinate representation of color #C272FB: hue angle of 275.04º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C272FB is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 114 251 -
CMYK 0.23 0.55 0 0.02
HSL 275.04º 0.94% 0.72% -
HSV(B) 275.04º 0.55% 0.98% -
XYZ 45.68 30.47 94.74 -
YUV 153.54 183 156.86 -
System Red Green Blue C M Y K H S L
Decimal 194 114 251 0.23 0.55 0 0.02 275.04 0.94 0.72
Hex C2 72 FB 17 37 0 2 113 5E 48
Octal 302 162 373 27 67 0 2 423 136 110
Binary 11000010 1110010 11111011 10111 110111 0 10 100010011 1011110 1001000

Color Harmonies of #C272FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C272FB

Black with #C272FB

Text Example


Text Example

White with #C272FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C272FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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