Html Css Color HEX #C376FB Heliotrope

📋 copy color: '#C376FB'

red 195 ◦ green 118 ◦ blue 251

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

Shades of Heliotrope #C376FB

Tints of Heliotrope #C376FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 34.57%
G = 20.92%
B = 44.5%

CMYK

 C value IS 0.22

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C376FB (or 0xC376FB) is known color: Heliotrope. HEX triplet: C3, 76 and FB. RGB value is (195,118,251). Sum of RGB (Red+Green+Blue) = 195+118+251=564 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.57% from 564); Green value is 118 (46.48% from 255 or 20.92% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #C376FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C376FB is #3C8904. Grayscale: #9B9B9B. Windows color (decimal): -3967237 or 16479939. OLE color: 16479939.

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

Color convert

RGB 195 118 251 -
CMYK 0.22 0.53 0 0.02
HSL 274.74º 0.94% 0.72% -
HSV(B) 274.74º 0.53% 0.98% -
XYZ 46.4 31.52 94.91 -
YUV 156.19 181.51 155.69 -
System Red Green Blue C M Y K H S L
Decimal 195 118 251 0.22 0.53 0 0.02 274.74 0.94 0.72
Hex C3 76 FB 16 35 0 2 113 5E 48
Octal 303 166 373 26 65 0 2 423 136 110
Binary 11000011 1110110 11111011 10110 110101 0 10 100010011 1011110 1001000

Color Harmonies of #C376FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C376FB

Black with #C376FB

Text Example


Text Example

White with #C376FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C376FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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