Html Css Color HEX #C97AFE Heliotrope

📋 copy color: '#C97AFE'

red 201 ◦ green 122 ◦ blue 254

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

Shades of Heliotrope #C97AFE

Tints of Heliotrope #C97AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.14%

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

R = 34.84%
G = 21.14%
B = 44.02%

CMYK

 C value IS 0.21

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C97AFE (or 0xC97AFE) is known color: Heliotrope. HEX triplet: C9, 7A and FE. RGB value is (201,122,254). Sum of RGB (Red+Green+Blue) = 201+122+254=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 254 (99.61% from 255 or 44.02% from 577); Max value from RGB is 254 - color contains mainly: blue. Hex color #C97AFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97AFE is #368501. Grayscale: #A0A0A0. Windows color (decimal): -3572994 or 16677577. OLE color: 16677577.

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

Color convert

RGB 201 122 254 -
CMYK 0.21 0.52 0 0.00
HSL 275.91º 0.99% 0.74% -
HSV(B) 275.91º 0.52% 1% -
XYZ 48.94 33.49 97.65 -
YUV 160.67 180.67 156.77 -
System Red Green Blue C M Y K H S L
Decimal 201 122 254 0.21 0.52 0 0.00 275.91 0.99 0.74
Hex C9 7A FE 15 34 0 0 114 63 4A
Octal 311 172 376 25 64 0 0 424 143 112
Binary 11001001 1111010 11111110 10101 110100 0 0 100010100 1100011 1001010

Color Harmonies of #C97AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97AFE

Black with #C97AFE

Text Example


Text Example

White with #C97AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97AFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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