Html Css Color HEX #C971FA Heliotrope

📋 copy color: '#C971FA'

red 201 ◦ green 113 ◦ blue 250

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

Shades of Heliotrope #C971FA

Tints of Heliotrope #C971FA

RGB

 RED value IS 201 (78.91% from 255) = 35.64%

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

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

R = 35.64%
G = 20.04%
B = 44.33%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C971FA (or 0xC971FA) is known color: Heliotrope. HEX triplet: C9, 71 and FA. RGB value is (201,113,250). Sum of RGB (Red+Green+Blue) = 201+113+250=564 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.64% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #C971FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971FA is #368E05. Grayscale: #9A9A9A. Windows color (decimal): -3575302 or 16413129. OLE color: 16413129.

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

Color convert

RGB 201 113 250 -
CMYK 0.20 0.55 0 0.02
HSL 278.54º 0.93% 0.71% -
HSV(B) 278.54º 0.55% 0.98% -
XYZ 47.25 31.13 93.96 -
YUV 154.93 181.65 160.86 -
System Red Green Blue C M Y K H S L
Decimal 201 113 250 0.20 0.55 0 0.02 278.54 0.93 0.71
Hex C9 71 FA 14 37 0 2 117 5D 47
Octal 311 161 372 24 67 0 2 427 135 107
Binary 11001001 1110001 11111010 10100 110111 0 10 100010111 1011101 1000111

Color Harmonies of #C971FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971FA

Black with #C971FA

Text Example


Text Example

White with #C971FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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