Html Css Color HEX #C380F9 Heliotrope

📋 copy color: '#C380F9'

red 195 ◦ green 128 ◦ blue 249

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

Shades of Heliotrope #C380F9

Tints of Heliotrope #C380F9

RGB

 RED value IS 195 (76.56% from 255) = 34.09%

 GREEN value IS 128 (50.39% from 255) = 22.38%

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

R = 34.09%
G = 22.38%
B = 43.53%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C380F9 (or 0xC380F9) is known color: Heliotrope. HEX triplet: C3, 80 and F9. RGB value is (195,128,249). Sum of RGB (Red+Green+Blue) = 195+128+249=572 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.09% from 572); Green value is 128 (50.39% from 255 or 22.38% from 572); Blue value is 249 (97.66% from 255 or 43.53% from 572); Max value from RGB is 249 - color contains mainly: blue. Hex color #C380F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C380F9 is #3C7F06. Grayscale: #A1A1A1. Windows color (decimal): -3964679 or 16351427. OLE color: 16351427.

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

Color convert

RGB 195 128 249 -
CMYK 0.22 0.49 0 0.02
HSL 273.22º 0.91% 0.74% -
HSV(B) 273.22º 0.49% 0.98% -
XYZ 47.32 33.88 93.67 -
YUV 161.83 177.2 151.66 -
System Red Green Blue C M Y K H S L
Decimal 195 128 249 0.22 0.49 0 0.02 273.22 0.91 0.74
Hex C3 80 F9 16 31 0 2 111 5B 4A
Octal 303 200 371 26 61 0 2 421 133 112
Binary 11000011 10000000 11111001 10110 110001 0 10 100010001 1011011 1001010

Color Harmonies of #C380F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380F9

Black with #C380F9

Text Example


Text Example

White with #C380F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380F9; }

 p { color: rgb(195,128,249); }

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

background-color css

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

 a { background-color: rgb(195,128,249); }

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

border-color css

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

 span { border-color: rgb(195,128,249); }

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