Html Css Color HEX #C371FB Heliotrope

📋 copy color: '#C371FB'

red 195 ◦ green 113 ◦ blue 251

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

Shades of Heliotrope #C371FB

Tints of Heliotrope #C371FB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.21%

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

R = 34.88%
G = 20.21%
B = 44.9%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C371FB (or 0xC371FB) is known color: Heliotrope. HEX triplet: C3, 71 and FB. RGB value is (195,113,251). Sum of RGB (Red+Green+Blue) = 195+113+251=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 113 (44.53% from 255 or 20.21% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #C371FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C371FB is #3C8E04. Grayscale: #989898. Windows color (decimal): -3968517 or 16478659. OLE color: 16478659.

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

Color convert

RGB 195 113 251 -
CMYK 0.22 0.55 0 0.02
HSL 275.65º 0.95% 0.71% -
HSV(B) 275.65º 0.55% 0.98% -
XYZ 45.82 30.38 94.72 -
YUV 153.25 183.17 157.78 -
System Red Green Blue C M Y K H S L
Decimal 195 113 251 0.22 0.55 0 0.02 275.65 0.95 0.71
Hex C3 71 FB 16 37 0 2 114 5F 47
Octal 303 161 373 26 67 0 2 424 137 107
Binary 11000011 1110001 11111011 10110 110111 0 10 100010100 1011111 1000111

Color Harmonies of #C371FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C371FB

Black with #C371FB

Text Example


Text Example

White with #C371FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C371FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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