Html Css Color HEX #C97FF2 Heliotrope

📋 copy color: '#C97FF2'

red 201 ◦ green 127 ◦ blue 242

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

Shades of Heliotrope #C97FF2

Tints of Heliotrope #C97FF2

RGB

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

 GREEN value IS 127 (50% from 255) = 22.28%

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

R = 35.26%
G = 22.28%
B = 42.46%

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

#C97FF2 (or 0xC97FF2) is known color: Heliotrope. HEX triplet: C9, 7F and F2. RGB value is (201,127,242). Sum of RGB (Red+Green+Blue) = 201+127+242=570 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.26% from 570); Green value is 127 (50% from 255 or 22.28% from 570); Blue value is 242 (94.92% from 255 or 42.46% from 570); Max value from RGB is 242 - color contains mainly: blue. Hex color #C97FF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97FF2 is #36800D. Grayscale: #A1A1A1. Windows color (decimal): -3571726 or 15892425. OLE color: 15892425.

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

Color convert

RGB 201 127 242 -
CMYK 0.17 0.48 0 0.05
HSL 278.61º 0.82% 0.72% -
HSV(B) 278.61º 0.48% 0.95% -
XYZ 47.7 34.01 88.05 -
YUV 162.24 173.02 155.65 -
System Red Green Blue C M Y K H S L
Decimal 201 127 242 0.17 0.48 0 0.05 278.61 0.82 0.72
Hex C9 7F F2 11 30 0 5 117 52 48
Octal 311 177 362 21 60 0 5 427 122 110
Binary 11001001 1111111 11110010 10001 110000 0 101 100010111 1010010 1001000

Color Harmonies of #C97FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97FF2

Black with #C97FF2

Text Example


Text Example

White with #C97FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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