#C27AFE

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

Shades of Heliotrope #C27AFE

Tints of Heliotrope #C27AFE

Color information

#C27AFE (or 0xC27AFE) is unknown color: approx Heliotrope. HEX triplet: C2, 7A and FE. RGB value is (194,122,254). Sum of RGB (Red+Green+Blue) = 194+122+254=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #C27AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27AFE is #3D8501. Grayscale: #9E9E9E. Windows color (decimal): -4031746 or 16677570. OLE color: 16677570.

HSL color Cylindrical-coordinate representation of color #C27AFE: hue angle of 272.73º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C27AFE is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB194122254-
CMYK0.240.5200.00
HSL272.73º98.51%73.73%-
HSV(B)272.73º51.97%99.61%-
XYZ47.132.5497.57-
YUV158.58181.85153.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.04%
GREEN value IS 122 (48.05% from 255) = 21.40%
BLUE value IS 254 (99.61% from 255) = 44.56%
R=34.04%
G=21.40%
B=44.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1941222540.240.5200.00272.7398.5173.73
HexC27AFE183400111634a
Octal302172376306400421143112
Binary11000010111101011111110110001101000010001000111000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27AFE; }

 p { color: rgb(194,122,254); }

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

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

 a { background-color: rgb(194,122,254); }

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

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

 span { border-color: rgb(194,122,254); }

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