Html Css Color HEX #C371FA Heliotrope

📋 copy color: '#C371FA'

red 195 ◦ green 113 ◦ blue 250

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

Shades of Heliotrope #C371FA

Tints of Heliotrope #C371FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.8%

R = 34.95%
G = 20.25%
B = 44.8%

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

#C371FA (or 0xC371FA) is known color: Heliotrope. HEX triplet: C3, 71 and FA. RGB value is (195,113,250). Sum of RGB (Red+Green+Blue) = 195+113+250=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 113 (44.53% from 255 or 20.25% from 558); Blue value is 250 (98.05% from 255 or 44.80% from 558); Max value from RGB is 250 - color contains mainly: blue. Hex color #C371FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C371FA is #3C8E05. Grayscale: #989898. Windows color (decimal): -3968518 or 16413123. OLE color: 16413123.

HSL color Cylindrical-coordinate representation of color #C371FA: hue angle of 275.91º degrees, saturation: 0.93, 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 #C371FA is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 195 113 250 -
CMYK 0.22 0.55 0 0.02
HSL 275.91º 0.93% 0.71% -
HSV(B) 275.91º 0.55% 0.98% -
XYZ 45.67 30.31 93.89 -
YUV 153.14 182.67 157.86 -
System Red Green Blue C M Y K H S L
Decimal 195 113 250 0.22 0.55 0 0.02 275.91 0.93 0.71
Hex C3 71 FA 16 37 0 2 114 5D 47
Octal 303 161 372 26 67 0 2 424 135 107
Binary 11000011 1110001 11111010 10110 110111 0 10 100010100 1011101 1000111

Color Harmonies of #C371FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C371FA

Black with #C371FA

Text Example


Text Example

White with #C371FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C371FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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