Html Css Color HEX #C97EF2 Heliotrope

📋 copy color: '#C97EF2'

red 201 ◦ green 126 ◦ blue 242

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

Shades of Heliotrope #C97EF2

Tints of Heliotrope #C97EF2

RGB

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

 GREEN value IS 126 (49.61% from 255) = 22.14%

 BLUE value IS 242 (94.92% from 255) = 42.53%

R = 35.33%
G = 22.14%
B = 42.53%

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

#C97EF2 (or 0xC97EF2) is known color: Heliotrope. HEX triplet: C9, 7E and F2. RGB value is (201,126,242). Sum of RGB (Red+Green+Blue) = 201+126+242=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 126 (49.61% from 255 or 22.14% from 569); Blue value is 242 (94.92% from 255 or 42.53% from 569); Max value from RGB is 242 - color contains mainly: blue. Hex color #C97EF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97EF2 is #36810D. Grayscale: #A1A1A1. Windows color (decimal): -3571982 or 15892169. OLE color: 15892169.

HSL color Cylindrical-coordinate representation of color #C97EF2: hue angle of 278.79º degrees, saturation: 0.82, 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 #C97EF2 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 201 126 242 -
CMYK 0.17 0.48 0 0.05
HSL 278.79º 0.82% 0.72% -
HSV(B) 278.79º 0.48% 0.95% -
XYZ 47.58 33.75 88.01 -
YUV 161.65 173.35 156.07 -
System Red Green Blue C M Y K H S L
Decimal 201 126 242 0.17 0.48 0 0.05 278.79 0.82 0.72
Hex C9 7E F2 11 30 0 5 117 52 48
Octal 311 176 362 21 60 0 5 427 122 110
Binary 11001001 1111110 11110010 10001 110000 0 101 100010111 1010010 1001000

Color Harmonies of #C97EF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97EF2

Black with #C97EF2

Text Example


Text Example

White with #C97EF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97EF2; }

 p { color: rgb(201,126,242); }

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

background-color css

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

 a { background-color: rgb(201,126,242); }

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

border-color css

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

 span { border-color: rgb(201,126,242); }

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