#C273EB

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

Shades of Heliotrope #C273EB

Tints of Heliotrope #C273EB

Color information

#C273EB (or 0xC273EB) is unknown color: approx Heliotrope. HEX triplet: C2, 73 and EB. RGB value is (194,115,235). Sum of RGB (Red+Green+Blue) = 194+115+235=544 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.66% from 544); Green value is 115 (45.31% from 255 or 21.14% from 544); Blue value is 235 (92.19% from 255 or 43.20% from 544); Max value from RGB is 235 - color contains mainly: blue. Hex color #C273EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C273EB is #3D8C14. Grayscale: #979797. Windows color (decimal): -4033557 or 15430594. OLE color: 15430594.

HSL color Cylindrical-coordinate representation of color #C273EB: hue angle of 279.5º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C273EB is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB194115235-
CMYK0.170.5100.08
HSL279.5º75%68.63%-
HSV(B)279.5º51.06%92.16%-
XYZ43.3729.7382.05-
YUV152.3174.67157.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.66%
GREEN value IS 115 (45.31% from 255) = 21.14%
BLUE value IS 235 (92.19% from 255) = 43.20%
R=35.66%
G=21.14%
B=43.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1941152350.170.5100.08279.57568.63
HexC273EB1133081184b45
Octal3021633532163010430113105
Binary11000010111001111101011100011100110100010001100010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C273EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C273EB; }

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

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

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

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

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

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

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

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