Html Css Color HEX #C379FA Heliotrope

📋 copy color: '#C379FA'

red 195 ◦ green 121 ◦ blue 250

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

Shades of Heliotrope #C379FA

Tints of Heliotrope #C379FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.17%

R = 34.45%
G = 21.38%
B = 44.17%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C379FA (or 0xC379FA) is known color: Heliotrope. HEX triplet: C3, 79 and FA. RGB value is (195,121,250). Sum of RGB (Red+Green+Blue) = 195+121+250=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 250 (98.05% from 255 or 44.17% from 566); Max value from RGB is 250 - color contains mainly: blue. Hex color #C379FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C379FA is #3C8605. Grayscale: #9D9D9D. Windows color (decimal): -3966470 or 16415171. OLE color: 16415171.

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

Color convert

RGB 195 121 250 -
CMYK 0.22 0.52 0 0.02
HSL 274.42º 0.93% 0.73% -
HSV(B) 274.42º 0.52% 0.98% -
XYZ 46.6 32.18 94.2 -
YUV 157.83 180.02 154.51 -
System Red Green Blue C M Y K H S L
Decimal 195 121 250 0.22 0.52 0 0.02 274.42 0.93 0.73
Hex C3 79 FA 16 34 0 2 112 5D 49
Octal 303 171 372 26 64 0 2 422 135 111
Binary 11000011 1111001 11111010 10110 110100 0 10 100010010 1011101 1001001

Color Harmonies of #C379FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379FA

Black with #C379FA

Text Example


Text Example

White with #C379FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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