#C27DFA

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

Shades of Heliotrope #C27DFA

Tints of Heliotrope #C27DFA

Color information

#C27DFA (or 0xC27DFA) is unknown color: approx Heliotrope. HEX triplet: C2, 7D and FA. RGB value is (194,125,250). Sum of RGB (Red+Green+Blue) = 194+125+250=569 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.09% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #C27DFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27DFA is #3D8205. Grayscale: #9F9F9F. Windows color (decimal): -4030982 or 16416194. OLE color: 16416194.

HSL color Cylindrical-coordinate representation of color #C27DFA: hue angle of 273.12º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C27DFA is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB194125250-
CMYK0.220.5000.02
HSL273.12º92.59%73.53%-
HSV(B)273.12º50%98.04%-
XYZ46.8433.0494.35-
YUV159.88178.86152.34-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.09%
GREEN value IS 125 (49.22% from 255) = 21.97%
BLUE value IS 250 (98.05% from 255) = 43.94%
R=34.09%
G=21.97%
B=43.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1941252500.220.5000.02273.1292.5973.53
HexC27DFA1632021115d4a
Octal302175372266202421135112
Binary110000101111101111110101011011001001010001000110111011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DFA; }

 p { color: rgb(194,125,250); }

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

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

 a { background-color: rgb(194,125,250); }

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

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

 span { border-color: rgb(194,125,250); }

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