Html Css Color HEX #C97EFE Heliotrope

📋 copy color: '#C97EFE'

red 201 ◦ green 126 ◦ blue 254

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

Shades of Heliotrope #C97EFE

Tints of Heliotrope #C97EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.72%

R = 34.6%
G = 21.69%
B = 43.72%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C97EFE (or 0xC97EFE) is known color: Heliotrope. HEX triplet: C9, 7E and FE. RGB value is (201,126,254). Sum of RGB (Red+Green+Blue) = 201+126+254=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 126 (49.61% from 255 or 21.69% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #C97EFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97EFE is #368101. Grayscale: #A2A2A2. Windows color (decimal): -3571970 or 16678601. OLE color: 16678601.

HSL color Cylindrical-coordinate representation of color #C97EFE: hue angle of 275.16º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C97EFE is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 126 254 -
CMYK 0.21 0.50 0 0.00
HSL 275.16º 0.98% 0.75% -
HSV(B) 275.16º 0.5% 1% -
XYZ 49.44 34.49 97.82 -
YUV 163.02 179.35 155.09 -
System Red Green Blue C M Y K H S L
Decimal 201 126 254 0.21 0.50 0 0.00 275.16 0.98 0.75
Hex C9 7E FE 15 32 0 0 113 62 4B
Octal 311 176 376 25 62 0 0 423 142 113
Binary 11001001 1111110 11111110 10101 110010 0 0 100010011 1100010 1001011

Color Harmonies of #C97EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97EFE

Black with #C97EFE

Text Example


Text Example

White with #C97EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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