Html Css Color HEX #C379F2 Heliotrope

📋 copy color: '#C379F2'

red 195 ◦ green 121 ◦ blue 242

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

Shades of Heliotrope #C379F2

Tints of Heliotrope #C379F2

RGB

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

 GREEN value IS 121 (47.66% from 255) = 21.68%

 BLUE value IS 242 (94.92% from 255) = 43.37%

R = 34.95%
G = 21.68%
B = 43.37%

CMYK

 C value IS 0.19

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C379F2 (or 0xC379F2) is known color: Heliotrope. HEX triplet: C3, 79 and F2. RGB value is (195,121,242). Sum of RGB (Red+Green+Blue) = 195+121+242=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 121 (47.66% from 255 or 21.68% from 558); Blue value is 242 (94.92% from 255 or 43.37% from 558); Max value from RGB is 242 - color contains mainly: blue. Hex color #C379F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C379F2 is #3C860D. Grayscale: #9C9C9C. Windows color (decimal): -3966478 or 15890883. OLE color: 15890883.

HSL color Cylindrical-coordinate representation of color #C379F2: hue angle of 276.69º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C379F2 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 195 121 242 -
CMYK 0.19 0.50 0 0.05
HSL 276.69º 0.82% 0.71% -
HSV(B) 276.69º 0.5% 0.95% -
XYZ 45.37 31.69 87.73 -
YUV 156.92 176.02 155.16 -
System Red Green Blue C M Y K H S L
Decimal 195 121 242 0.19 0.50 0 0.05 276.69 0.82 0.71
Hex C3 79 F2 13 32 0 5 115 52 47
Octal 303 171 362 23 62 0 5 425 122 107
Binary 11000011 1111001 11110010 10011 110010 0 101 100010101 1010010 1000111

Color Harmonies of #C379F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379F2

Black with #C379F2

Text Example


Text Example

White with #C379F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379F2; }

 p { color: rgb(195,121,242); }

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

background-color css

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

 a { background-color: rgb(195,121,242); }

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

border-color css

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

 span { border-color: rgb(195,121,242); }

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