Html Css Color HEX #C376FD Heliotrope

📋 copy color: '#C376FD'

red 195 ◦ green 118 ◦ blue 253

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

Shades of Heliotrope #C376FD

Tints of Heliotrope #C376FD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.85%

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

R = 34.45%
G = 20.85%
B = 44.7%

CMYK

 C value IS 0.23

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C376FD (or 0xC376FD) is known color: Heliotrope. HEX triplet: C3, 76 and FD. RGB value is (195,118,253). Sum of RGB (Red+Green+Blue) = 195+118+253=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #C376FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C376FD is #3C8902. Grayscale: #9B9B9B. Windows color (decimal): -3967235 or 16611011. OLE color: 16611011.

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

Color convert

RGB 195 118 253 -
CMYK 0.23 0.53 0 0.01
HSL 274.22º 0.97% 0.73% -
HSV(B) 274.22º 0.53% 0.99% -
XYZ 46.71 31.65 96.58 -
YUV 156.41 182.51 155.52 -
System Red Green Blue C M Y K H S L
Decimal 195 118 253 0.23 0.53 0 0.01 274.22 0.97 0.73
Hex C3 76 FD 17 35 0 1 112 61 49
Octal 303 166 375 27 65 0 1 422 141 111
Binary 11000011 1110110 11111101 10111 110101 0 1 100010010 1100001 1001001

Color Harmonies of #C376FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376FD

Black with #C376FD

Text Example


Text Example

White with #C376FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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