Html Css Color HEX #C371FF Heliotrope

📋 copy color: '#C371FF'

red 195 ◦ green 113 ◦ blue 255

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

Shades of Heliotrope #C371FF

Tints of Heliotrope #C371FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 45.29%

R = 34.64%
G = 20.07%
B = 45.29%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C371FF (or 0xC371FF) is known color: Heliotrope. HEX triplet: C3, 71 and FF. RGB value is (195,113,255). Sum of RGB (Red+Green+Blue) = 195+113+255=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 113 (44.53% from 255 or 20.07% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #C371FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C371FF is #3C8E00. Grayscale: #999999. Windows color (decimal): -3968513 or 16740803. OLE color: 16740803.

HSL color Cylindrical-coordinate representation of color #C371FF: hue angle of 274.65º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C371FF is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 195 113 255 -
CMYK 0.24 0.56 0 0
HSL 274.65º 1% 0.72% -
HSV(B) 274.65º 0.56% 1% -
XYZ 46.46 30.63 98.07 -
YUV 153.71 185.17 157.45 -
System Red Green Blue C M Y K H S L
Decimal 195 113 255 0.24 0.56 0 0 274.65 1 0.72
Hex C3 71 FF 18 38 0 0 113 64 48
Octal 303 161 377 30 70 0 0 423 144 110
Binary 11000011 1110001 11111111 11000 111000 0 0 100010011 1100100 1001000

Color Harmonies of #C371FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C371FF

Black with #C371FF

Text Example


Text Example

White with #C371FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C371FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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