#C269FD

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

Shades of Heliotrope #C269FD

Tints of Heliotrope #C269FD

Color information

#C269FD (or 0xC269FD) is unknown color: approx Heliotrope. HEX triplet: C2, 69 and FD. RGB value is (194,105,253). Sum of RGB (Red+Green+Blue) = 194+105+253=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 105 (41.41% from 255 or 19.02% from 552); Blue value is 253 (99.22% from 255 or 45.83% from 552); Max value from RGB is 253 - color contains mainly: blue. Hex color #C269FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269FD is #3D9602. Grayscale: #939393. Windows color (decimal): -4036099 or 16607682. OLE color: 16607682.

HSL color Cylindrical-coordinate representation of color #C269FD: hue angle of 276.08º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C269FD is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB194105253-
CMYK0.230.5800.01
HSL276.08º97.37%70.2%-
HSV(B)276.08º58.5%99.22%-
XYZ45.0328.6696.09-
YUV148.48186.99160.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.14%
GREEN value IS 105 (41.41% from 255) = 19.02%
BLUE value IS 253 (99.22% from 255) = 45.83%
R=35.14%
G=19.02%
B=45.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1941052530.230.5800.01276.0897.3770.2
HexC269FD173A011146146
Octal302151375277201424141106
Binary11000010110100111111101101111110100110001010011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C269FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C269FD; }

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

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

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

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

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

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

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

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