Html Css Color HEX #C97CFE Heliotrope

📋 copy color: '#C97CFE'

red 201 ◦ green 124 ◦ blue 254

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

Shades of Heliotrope #C97CFE

Tints of Heliotrope #C97CFE

RGB

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

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

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

R = 34.72%
G = 21.42%
B = 43.87%

CMYK

 C value IS 0.21

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C97CFE (or 0xC97CFE) is known color: Heliotrope. HEX triplet: C9, 7C and FE. RGB value is (201,124,254). Sum of RGB (Red+Green+Blue) = 201+124+254=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 124 (48.83% from 255 or 21.42% from 579); Blue value is 254 (99.61% from 255 or 43.87% from 579); Max value from RGB is 254 - color contains mainly: blue. Hex color #C97CFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97CFE is #368301. Grayscale: #A1A1A1. Windows color (decimal): -3572482 or 16678089. OLE color: 16678089.

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

Color convert

RGB 201 124 254 -
CMYK 0.21 0.51 0 0.00
HSL 275.54º 0.98% 0.74% -
HSV(B) 275.54º 0.51% 1% -
XYZ 49.18 33.99 97.73 -
YUV 161.84 180.01 155.93 -
System Red Green Blue C M Y K H S L
Decimal 201 124 254 0.21 0.51 0 0.00 275.54 0.98 0.74
Hex C9 7C FE 15 33 0 0 114 62 4A
Octal 311 174 376 25 63 0 0 424 142 112
Binary 11001001 1111100 11111110 10101 110011 0 0 100010100 1100010 1001010

Color Harmonies of #C97CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97CFE

Black with #C97CFE

Text Example


Text Example

White with #C97CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97CFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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