Html Css Color HEX #C57AFD Heliotrope

📋 copy color: '#C57AFD'

red 197 ◦ green 122 ◦ blue 253

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

Shades of Heliotrope #C57AFD

Tints of Heliotrope #C57AFD

RGB

 RED value IS 197 (77.34% from 255) = 34.44%

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

 BLUE value IS 253 (99.22% from 255) = 44.23%

R = 34.44%
G = 21.33%
B = 44.23%

CMYK

 C value IS 0.22

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C57AFD (or 0xC57AFD) is known color: Heliotrope. HEX triplet: C5, 7A and FD. RGB value is (197,122,253). Sum of RGB (Red+Green+Blue) = 197+122+253=572 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.44% from 572); Green value is 122 (48.05% from 255 or 21.33% from 572); Blue value is 253 (99.22% from 255 or 44.23% from 572); Max value from RGB is 253 - color contains mainly: blue. Hex color #C57AFD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C57AFD is #3A8502. Grayscale: #9E9E9E. Windows color (decimal): -3835139 or 16612037. OLE color: 16612037.

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

Color convert

RGB 197 122 253 -
CMYK 0.22 0.52 0 0.01
HSL 274.35º 0.97% 0.74% -
HSV(B) 274.35º 0.52% 0.99% -
XYZ 47.72 32.88 96.76 -
YUV 159.36 180.85 154.85 -
System Red Green Blue C M Y K H S L
Decimal 197 122 253 0.22 0.52 0 0.01 274.35 0.97 0.74
Hex C5 7A FD 16 34 0 1 112 61 4A
Octal 305 172 375 26 64 0 1 422 141 112
Binary 11000101 1111010 11111101 10110 110100 0 1 100010010 1100001 1001010

Color Harmonies of #C57AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57AFD

Black with #C57AFD

Text Example


Text Example

White with #C57AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57AFD; }

 p { color: rgb(197,122,253); }

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

background-color css

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

 a { background-color: rgb(197,122,253); }

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

border-color css

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

 span { border-color: rgb(197,122,253); }

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