#C275ED

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

Shades of Heliotrope #C275ED

Tints of Heliotrope #C275ED

Color information

#C275ED (or 0xC275ED) is unknown color: approx Heliotrope. HEX triplet: C2, 75 and ED. RGB value is (194,117,237). Sum of RGB (Red+Green+Blue) = 194+117+237=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 117 (46.09% from 255 or 21.35% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #C275ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C275ED is #3D8A12. Grayscale: #999999. Windows color (decimal): -4033043 or 15562178. OLE color: 15562178.

HSL color Cylindrical-coordinate representation of color #C275ED: hue angle of 278.5º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C275ED is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194117237-
CMYK0.180.5100.07
HSL278.5º76.92%69.41%-
HSV(B)278.5º50.63%92.94%-
XYZ43.930.3183.66-
YUV153.7175.01156.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.40%
GREEN value IS 117 (46.09% from 255) = 21.35%
BLUE value IS 237 (92.97% from 255) = 43.25%
R=35.40%
G=21.35%
B=43.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941172370.180.5100.07278.576.9269.41
HexC275ED1233071164d45
Octal302165355226307426115105
Binary1100001011101011110110110010110011011110001011010011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C275ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C275ED; }

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

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

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

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

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

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

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

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