Html Css Color HEX #C97CF4 Heliotrope

📋 copy color: '#C97CF4'

red 201 ◦ green 124 ◦ blue 244

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

Shades of Heliotrope #C97CF4

Tints of Heliotrope #C97CF4

RGB

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

 GREEN value IS 124 (48.83% from 255) = 21.79%

 BLUE value IS 244 (95.7% from 255) = 42.88%

R = 35.33%
G = 21.79%
B = 42.88%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C97CF4 (or 0xC97CF4) is known color: Heliotrope. HEX triplet: C9, 7C and F4. RGB value is (201,124,244). Sum of RGB (Red+Green+Blue) = 201+124+244=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 124 (48.83% from 255 or 21.79% from 569); Blue value is 244 (95.70% from 255 or 42.88% from 569); Max value from RGB is 244 - color contains mainly: blue. Hex color #C97CF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CF4 is #36830B. Grayscale: #A0A0A0. Windows color (decimal): -3572492 or 16022729. OLE color: 16022729.

HSL color Cylindrical-coordinate representation of color #C97CF4: hue angle of 278.5º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C97CF4 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 124 244 -
CMYK 0.18 0.49 0 0.04
HSL 278.5º 0.85% 0.72% -
HSV(B) 278.5º 0.49% 0.96% -
XYZ 47.62 33.36 89.52 -
YUV 160.7 175.01 156.74 -
System Red Green Blue C M Y K H S L
Decimal 201 124 244 0.18 0.49 0 0.04 278.5 0.85 0.72
Hex C9 7C F4 12 31 0 4 116 55 48
Octal 311 174 364 22 61 0 4 426 125 110
Binary 11001001 1111100 11110100 10010 110001 0 100 100010110 1010101 1001000

Color Harmonies of #C97CF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CF4

Black with #C97CF4

Text Example


Text Example

White with #C97CF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CF4; }

 p { color: rgb(201,124,244); }

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

background-color css

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

 a { background-color: rgb(201,124,244); }

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

border-color css

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

 span { border-color: rgb(201,124,244); }

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