Html Css Color HEX #C97DF1 Heliotrope

📋 copy color: '#C97DF1'

red 201 ◦ green 125 ◦ blue 241

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

Shades of Heliotrope #C97DF1

Tints of Heliotrope #C97DF1

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.05%

 BLUE value IS 241 (94.53% from 255) = 42.5%

R = 35.45%
G = 22.05%
B = 42.5%

CMYK

 C value IS 0.17

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C97DF1 (or 0xC97DF1) is known color: Heliotrope. HEX triplet: C9, 7D and F1. RGB value is (201,125,241). Sum of RGB (Red+Green+Blue) = 201+125+241=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 241 (94.53% from 255 or 42.50% from 567); Max value from RGB is 241 - color contains mainly: blue. Hex color #C97DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97DF1 is #36820E. Grayscale: #A0A0A0. Windows color (decimal): -3572239 or 15826377. OLE color: 15826377.

HSL color Cylindrical-coordinate representation of color #C97DF1: hue angle of 279.31º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C97DF1 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 125 241 -
CMYK 0.17 0.48 0 0.05
HSL 279.31º 0.81% 0.72% -
HSV(B) 279.31º 0.48% 0.95% -
XYZ 47.3 33.44 87.18 -
YUV 160.95 173.18 156.57 -
System Red Green Blue C M Y K H S L
Decimal 201 125 241 0.17 0.48 0 0.05 279.31 0.81 0.72
Hex C9 7D F1 11 30 0 5 117 51 48
Octal 311 175 361 21 60 0 5 427 121 110
Binary 11001001 1111101 11110001 10001 110000 0 101 100010111 1010001 1001000

Color Harmonies of #C97DF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97DF1

Black with #C97DF1

Text Example


Text Example

White with #C97DF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97DF1; }

 p { color: rgb(201,125,241); }

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

background-color css

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

 a { background-color: rgb(201,125,241); }

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

border-color css

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

 span { border-color: rgb(201,125,241); }

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