Html Css Color HEX #C97AFC Heliotrope

📋 copy color: '#C97AFC'

red 201 ◦ green 122 ◦ blue 252

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

Shades of Heliotrope #C97AFC

Tints of Heliotrope #C97AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.83%

R = 34.96%
G = 21.22%
B = 43.83%

CMYK

 C value IS 0.20

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C97AFC (or 0xC97AFC) is known color: Heliotrope. HEX triplet: C9, 7A and FC. RGB value is (201,122,252). Sum of RGB (Red+Green+Blue) = 201+122+252=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 122 (48.05% from 255 or 21.22% from 575); Blue value is 252 (98.83% from 255 or 43.83% from 575); Max value from RGB is 252 - color contains mainly: blue. Hex color #C97AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C97AFC is #368503. Grayscale: #9F9F9F. Windows color (decimal): -3572996 or 16546505. OLE color: 16546505.

HSL color Cylindrical-coordinate representation of color #C97AFC: hue angle of 276.46º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C97AFC is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 122 252 -
CMYK 0.20 0.52 0 0.01
HSL 276.46º 0.96% 0.73% -
HSV(B) 276.46º 0.52% 0.99% -
XYZ 48.62 33.36 95.97 -
YUV 160.44 179.67 156.93 -
System Red Green Blue C M Y K H S L
Decimal 201 122 252 0.20 0.52 0 0.01 276.46 0.96 0.73
Hex C9 7A FC 14 34 0 1 114 60 49
Octal 311 172 374 24 64 0 1 424 140 111
Binary 11001001 1111010 11111100 10100 110100 0 1 100010100 1100000 1001001

Color Harmonies of #C97AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C97AFC

Black with #C97AFC

Text Example


Text Example

White with #C97AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C97AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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