Html Css Color HEX #C269F9 Heliotrope

📋 copy color: '#C269F9'

red 194 ◦ green 105 ◦ blue 249

#C269F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #C269F9

Tints of Heliotrope #C269F9

RGB

 RED value IS 194 (76.17% from 255) = 35.4%

 GREEN value IS 105 (41.41% from 255) = 19.16%

 BLUE value IS 249 (97.66% from 255) = 45.44%

R = 35.4%
G = 19.16%
B = 45.44%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C269F9 (or 0xC269F9) is known color: Heliotrope. HEX triplet: C2, 69 and F9. RGB value is (194,105,249). Sum of RGB (Red+Green+Blue) = 194+105+249=548 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.40% from 548); Green value is 105 (41.41% from 255 or 19.16% from 548); Blue value is 249 (97.66% from 255 or 45.44% from 548); Max value from RGB is 249 - color contains mainly: blue. Hex color #C269F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C269F9 is #3D9606. Grayscale: #939393. Windows color (decimal): -4036103 or 16345538. OLE color: 16345538.

HSL color Cylindrical-coordinate representation of color #C269F9: hue angle of 277.08º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C269F9 is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 194 105 249 -
CMYK 0.22 0.58 0 0.02
HSL 277.08º 0.92% 0.69% -
HSV(B) 277.08º 0.58% 0.98% -
XYZ 44.4 28.41 92.77 -
YUV 148.03 184.99 160.79 -
System Red Green Blue C M Y K H S L
Decimal 194 105 249 0.22 0.58 0 0.02 277.08 0.92 0.69
Hex C2 69 F9 16 3A 0 2 115 5C 45
Octal 302 151 371 26 72 0 2 425 134 105
Binary 11000010 1101001 11111001 10110 111010 0 10 100010101 1011100 1000101

Color Harmonies of #C269F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C269F9

Black with #C269F9

Text Example


Text Example

White with #C269F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C269F9; }

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

 H1.HeaderClassName
 {
   color: #C269F9;
 }
 .AnyTagClassName
 {
   color: #C269F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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