#C27AF5

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

Shades of Heliotrope #C27AF5

Tints of Heliotrope #C27AF5

Color information

#C27AF5 (or 0xC27AF5) is unknown color: approx Heliotrope. HEX triplet: C2, 7A and F5. RGB value is (194,122,245). Sum of RGB (Red+Green+Blue) = 194+122+245=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 245 (96.09% from 255 or 43.67% from 561); Max value from RGB is 245 - color contains mainly: blue. Hex color #C27AF5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27AF5 is #3D850A. Grayscale: #9D9D9D. Windows color (decimal): -4031755 or 16087746. OLE color: 16087746.

HSL color Cylindrical-coordinate representation of color #C27AF5: hue angle of 275.12º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C27AF5 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB194122245-
CMYK0.210.5000.04
HSL275.12º86.01%71.96%-
HSV(B)275.12º50.2%96.08%-
XYZ45.6931.9890.15-
YUV157.55177.35154-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.58%
GREEN value IS 122 (48.05% from 255) = 21.75%
BLUE value IS 245 (96.09% from 255) = 43.67%
R=34.58%
G=21.75%
B=43.67%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1941222450.210.5000.04275.1286.0171.96
HexC27AF51532041135648
Octal302172365256204423126110
Binary1100001011110101111010110101110010010010001001110101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27AF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27AF5; }

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

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

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

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

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

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

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

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