#C27FF2

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

Shades of Heliotrope #C27FF2

Tints of Heliotrope #C27FF2

Color information

#C27FF2 (or 0xC27FF2) is unknown color: approx Heliotrope. HEX triplet: C2, 7F and F2. RGB value is (194,127,242). Sum of RGB (Red+Green+Blue) = 194+127+242=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 127 (50% from 255 or 22.56% from 563); Blue value is 242 (94.92% from 255 or 42.98% from 563); Max value from RGB is 242 - color contains mainly: blue. Hex color #C27FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27FF2 is #3D800D. Grayscale: #9F9F9F. Windows color (decimal): -4030478 or 15892418. OLE color: 15892418.

HSL color Cylindrical-coordinate representation of color #C27FF2: hue angle of 274.96º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C27FF2 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB194127242-
CMYK0.200.4800.05
HSL274.96º81.56%72.35%-
HSV(B)274.96º47.52%94.9%-
XYZ45.8633.0687.97-
YUV160.14174.2152.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.46%
GREEN value IS 127 (50% from 255) = 22.56%
BLUE value IS 242 (94.92% from 255) = 42.98%
R=34.46%
G=22.56%
B=42.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941272420.200.4800.05274.9681.5672.35
HexC27FF21430051135248
Octal302177362246005423122110
Binary1100001011111111111001010100110000010110001001110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27FF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27FF2; }

 p { color: rgb(194,127,242); }

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

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

 a { background-color: rgb(194,127,242); }

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

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

 span { border-color: rgb(194,127,242); }

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