Html Css Color HEX #C971FE Heliotrope

📋 copy color: '#C971FE'

red 201 ◦ green 113 ◦ blue 254

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

Shades of Heliotrope #C971FE

Tints of Heliotrope #C971FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.72%

R = 35.39%
G = 19.89%
B = 44.72%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C971FE (or 0xC971FE) is known color: Heliotrope. HEX triplet: C9, 71 and FE. RGB value is (201,113,254). Sum of RGB (Red+Green+Blue) = 201+113+254=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 113 (44.53% from 255 or 19.89% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #C971FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C971FE is #368E01. Grayscale: #9A9A9A. Windows color (decimal): -3575298 or 16675273. OLE color: 16675273.

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

Color convert

RGB 201 113 254 -
CMYK 0.21 0.56 0 0.00
HSL 277.45º 0.99% 0.72% -
HSV(B) 277.45º 0.56% 1% -
XYZ 47.88 31.38 97.3 -
YUV 155.39 183.65 160.54 -
System Red Green Blue C M Y K H S L
Decimal 201 113 254 0.21 0.56 0 0.00 277.45 0.99 0.72
Hex C9 71 FE 15 38 0 0 115 63 48
Octal 311 161 376 25 70 0 0 425 143 110
Binary 11001001 1110001 11111110 10101 111000 0 0 100010101 1100011 1001000

Color Harmonies of #C971FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C971FE

Black with #C971FE

Text Example


Text Example

White with #C971FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C971FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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