Html Css Color HEX #C974FE Heliotrope

📋 copy color: '#C974FE'

red 201 ◦ green 116 ◦ blue 254

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

Shades of Heliotrope #C974FE

Tints of Heliotrope #C974FE

RGB

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

 GREEN value IS 116 (45.7% from 255) = 20.32%

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

R = 35.2%
G = 20.32%
B = 44.48%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C974FE (or 0xC974FE) is known color: Heliotrope. HEX triplet: C9, 74 and FE. RGB value is (201,116,254). Sum of RGB (Red+Green+Blue) = 201+116+254=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 116 (45.70% from 255 or 20.32% from 571); Blue value is 254 (99.61% from 255 or 44.48% from 571); Max value from RGB is 254 - color contains mainly: blue. Hex color #C974FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C974FE is #368B01. Grayscale: #9C9C9C. Windows color (decimal): -3574530 or 16676041. OLE color: 16676041.

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

Color convert

RGB 201 116 254 -
CMYK 0.21 0.54 0 0.00
HSL 276.96º 0.99% 0.73% -
HSV(B) 276.96º 0.54% 1% -
XYZ 48.22 32.06 97.41 -
YUV 157.15 182.66 159.28 -
System Red Green Blue C M Y K H S L
Decimal 201 116 254 0.21 0.54 0 0.00 276.96 0.99 0.73
Hex C9 74 FE 15 36 0 0 115 63 49
Octal 311 164 376 25 66 0 0 425 143 111
Binary 11001001 1110100 11111110 10101 110110 0 0 100010101 1100011 1001001

Color Harmonies of #C974FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C974FE

Black with #C974FE

Text Example


Text Example

White with #C974FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C974FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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