#C269F1

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

Shades of Heliotrope #C269F1

Tints of Heliotrope #C269F1

Color information

#C269F1 (or 0xC269F1) is unknown color: approx Heliotrope. HEX triplet: C2, 69 and F1. RGB value is (194,105,241). Sum of RGB (Red+Green+Blue) = 194+105+241=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 105 (41.41% from 255 or 19.44% from 540); Blue value is 241 (94.53% from 255 or 44.63% from 540); Max value from RGB is 241 - color contains mainly: blue. Hex color #C269F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269F1 is #3D960E. Grayscale: #929292. Windows color (decimal): -4036111 or 15821250. OLE color: 15821250.

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

Color convert

RGB194105241-
CMYK0.200.5600.05
HSL279.26º82.93%67.84%-
HSV(B)279.26º56.43%94.51%-
XYZ43.1827.9286.33-
YUV147.11180.99161.44-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.93%
GREEN value IS 105 (41.41% from 255) = 19.44%
BLUE value IS 241 (94.53% from 255) = 44.63%
R=35.93%
G=19.44%
B=44.63%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941052410.200.5600.05279.2682.9367.84
HexC269F11438051175344
Octal302151361247005427123104
Binary1100001011010011111000110100111000010110001011110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269F1; }

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

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

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

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

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

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

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

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