Html Css Color HEX #C97CF2 Heliotrope

📋 copy color: '#C97CF2'

red 201 ◦ green 124 ◦ blue 242

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

Shades of Heliotrope #C97CF2

Tints of Heliotrope #C97CF2

RGB

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

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

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

R = 35.45%
G = 21.87%
B = 42.68%

CMYK

 C value IS 0.17

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C97CF2 (or 0xC97CF2) is known color: Heliotrope. HEX triplet: C9, 7C and F2. RGB value is (201,124,242). Sum of RGB (Red+Green+Blue) = 201+124+242=567 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.45% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #C97CF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CF2 is #36830D. Grayscale: #A0A0A0. Windows color (decimal): -3572494 or 15891657. OLE color: 15891657.

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

Color convert

RGB 201 124 242 -
CMYK 0.17 0.49 0 0.05
HSL 279.15º 0.82% 0.72% -
HSV(B) 279.15º 0.49% 0.95% -
XYZ 47.32 33.24 87.93 -
YUV 160.48 174.01 156.91 -
System Red Green Blue C M Y K H S L
Decimal 201 124 242 0.17 0.49 0 0.05 279.15 0.82 0.72
Hex C9 7C F2 11 31 0 5 117 52 48
Octal 311 174 362 21 61 0 5 427 122 110
Binary 11001001 1111100 11110010 10001 110001 0 101 100010111 1010010 1001000

Color Harmonies of #C97CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CF2

Black with #C97CF2

Text Example


Text Example

White with #C97CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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