#c272ed

Color #C272ED Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #C272ED

Tints of Heliotrope #C272ED

Color information

#C272ED (or 0xC272ED) is unknown color: approx Heliotrope. HEX triplet: C2, 72 and ED. RGB value is (194,114,237). Sum of RGB (Red+Green+Blue) = 194+114+237=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 114 (44.92% from 255 or 20.92% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #C272ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C272ED is #3D8D12. Grayscale: #979797. Windows color (decimal): -4033811 or 15561410. OLE color: 15561410.

HSL color Cylindrical-coordinate representation of color #C272ED: hue angle of 279.02º degrees, saturation: 0.77, 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 #C272ED is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194114237-
CMYK0.180.5200.07
HSL279.02º77.36%68.82%-
HSV(B)279.02º51.9%92.94%-
XYZ43.5529.6283.54-
YUV151.94176158-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.60%
GREEN value IS 114 (44.92% from 255) = 20.92%
BLUE value IS 237 (92.97% from 255) = 43.49%
R=35.60%
G=20.92%
B=43.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941142370.180.5200.07279.0277.3668.82
HexC272ED1234071174d45
Octal302162355226407427115105
Binary1100001011100101110110110010110100011110001011110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c272ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c272ed; }

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

 H1.HeaderClassName
 {
   color: #c272ed;
 }
 .AnyTagClassName
 {
   color: #c272ed;
 }
</style>
background-color css

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

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

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

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

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

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