#C27BF1

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

Shades of Heliotrope #C27BF1

Tints of Heliotrope #C27BF1

Color information

#C27BF1 (or 0xC27BF1) is unknown color: approx Heliotrope. HEX triplet: C2, 7B and F1. RGB value is (194,123,241). Sum of RGB (Red+Green+Blue) = 194+123+241=558 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.77% from 558); Green value is 123 (48.44% from 255 or 22.04% from 558); Blue value is 241 (94.53% from 255 or 43.19% from 558); Max value from RGB is 241 - color contains mainly: blue. Hex color #C27BF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C27BF1 is #3D840E. Grayscale: #9D9D9D. Windows color (decimal): -4031503 or 15825858. OLE color: 15825858.

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

Color convert

RGB194123241-
CMYK0.200.4900.05
HSL276.1º80.82%71.37%-
HSV(B)276.1º48.96%94.51%-
XYZ45.2131.9987.01-
YUV157.68175.02153.91-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.77%
GREEN value IS 123 (48.44% from 255) = 22.04%
BLUE value IS 241 (94.53% from 255) = 43.19%
R=34.77%
G=22.04%
B=43.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941232410.200.4900.05276.180.8271.37
HexC27BF11431051145147
Octal302173361246105424121107
Binary1100001011110111111000110100110001010110001010010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27BF1; }

 p { color: rgb(194,123,241); }

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

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

 a { background-color: rgb(194,123,241); }

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

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

 span { border-color: rgb(194,123,241); }

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