Html Css Color HEX #C379FE Heliotrope

📋 copy color: '#C379FE'

red 195 ◦ green 121 ◦ blue 254

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

Shades of Heliotrope #C379FE

Tints of Heliotrope #C379FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.56%

R = 34.21%
G = 21.23%
B = 44.56%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C379FE (or 0xC379FE) is known color: Heliotrope. HEX triplet: C3, 79 and FE. RGB value is (195,121,254). Sum of RGB (Red+Green+Blue) = 195+121+254=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 121 (47.66% from 255 or 21.23% from 570); Blue value is 254 (99.61% from 255 or 44.56% from 570); Max value from RGB is 254 - color contains mainly: blue. Hex color #C379FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C379FE is #3C8601. Grayscale: #9D9D9D. Windows color (decimal): -3966466 or 16677315. OLE color: 16677315.

HSL color Cylindrical-coordinate representation of color #C379FE: hue angle of 273.38º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C379FE is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 195 121 254 -
CMYK 0.23 0.52 0 0.00
HSL 273.38º 0.99% 0.74% -
HSV(B) 273.38º 0.52% 1% -
XYZ 47.23 32.43 97.54 -
YUV 158.29 182.02 154.19 -
System Red Green Blue C M Y K H S L
Decimal 195 121 254 0.23 0.52 0 0.00 273.38 0.99 0.74
Hex C3 79 FE 17 34 0 0 111 63 4A
Octal 303 171 376 27 64 0 0 421 143 112
Binary 11000011 1111001 11111110 10111 110100 0 0 100010001 1100011 1001010

Color Harmonies of #C379FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379FE

Black with #C379FE

Text Example


Text Example

White with #C379FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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