Html Css Color HEX #C379FD Heliotrope

📋 copy color: '#C379FD'

red 195 ◦ green 121 ◦ blue 253

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

Shades of Heliotrope #C379FD

Tints of Heliotrope #C379FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.46%

R = 34.27%
G = 21.27%
B = 44.46%

CMYK

 C value IS 0.23

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C379FD (or 0xC379FD) is known color: Heliotrope. HEX triplet: C3, 79 and FD. RGB value is (195,121,253). Sum of RGB (Red+Green+Blue) = 195+121+253=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 121 (47.66% from 255 or 21.27% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #C379FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C379FD is #3C8602. Grayscale: #9D9D9D. Windows color (decimal): -3966467 or 16611779. OLE color: 16611779.

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

Color convert

RGB 195 121 253 -
CMYK 0.23 0.52 0 0.01
HSL 273.64º 0.97% 0.73% -
HSV(B) 273.64º 0.52% 0.99% -
XYZ 47.07 32.37 96.7 -
YUV 158.17 181.52 154.27 -
System Red Green Blue C M Y K H S L
Decimal 195 121 253 0.23 0.52 0 0.01 273.64 0.97 0.73
Hex C3 79 FD 17 34 0 1 112 61 49
Octal 303 171 375 27 64 0 1 422 141 111
Binary 11000011 1111001 11111101 10111 110100 0 1 100010010 1100001 1001001

Color Harmonies of #C379FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379FD

Black with #C379FD

Text Example


Text Example

White with #C379FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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