Html Css Color HEX #C97CF6 Heliotrope

📋 copy color: '#C97CF6'

red 201 ◦ green 124 ◦ blue 246

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

Shades of Heliotrope #C97CF6

Tints of Heliotrope #C97CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.08%

R = 35.2%
G = 21.72%
B = 43.08%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C97CF6 (or 0xC97CF6) is known color: Heliotrope. HEX triplet: C9, 7C and F6. RGB value is (201,124,246). Sum of RGB (Red+Green+Blue) = 201+124+246=571 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.20% from 571); Green value is 124 (48.83% from 255 or 21.72% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #C97CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CF6 is #368309. Grayscale: #A0A0A0. Windows color (decimal): -3572490 or 16153801. OLE color: 16153801.

HSL color Cylindrical-coordinate representation of color #C97CF6: hue angle of 277.87º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C97CF6 is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 201 124 246 -
CMYK 0.18 0.50 0 0.04
HSL 277.87º 0.87% 0.73% -
HSV(B) 277.87º 0.5% 0.96% -
XYZ 47.93 33.49 91.13 -
YUV 160.93 176.01 156.58 -
System Red Green Blue C M Y K H S L
Decimal 201 124 246 0.18 0.50 0 0.04 277.87 0.87 0.73
Hex C9 7C F6 12 32 0 4 116 57 49
Octal 311 174 366 22 62 0 4 426 127 111
Binary 11001001 1111100 11110110 10010 110010 0 100 100010110 1010111 1001001

Color Harmonies of #C97CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CF6

Black with #C97CF6

Text Example


Text Example

White with #C97CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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