Html Css Color HEX #C576F2 Heliotrope

📋 copy color: '#C576F2'

red 197 ◦ green 118 ◦ blue 242

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

Shades of Heliotrope #C576F2

Tints of Heliotrope #C576F2

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.18%

 BLUE value IS 242 (94.92% from 255) = 43.45%

R = 35.37%
G = 21.18%
B = 43.45%

CMYK

 C value IS 0.19

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C576F2 (or 0xC576F2) is known color: Heliotrope. HEX triplet: C5, 76 and F2. RGB value is (197,118,242). Sum of RGB (Red+Green+Blue) = 197+118+242=557 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.37% from 557); Green value is 118 (46.48% from 255 or 21.18% from 557); Blue value is 242 (94.92% from 255 or 43.45% from 557); Max value from RGB is 242 - color contains mainly: blue. Hex color #C576F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C576F2 is #3A890D. Grayscale: #9B9B9B. Windows color (decimal): -3836174 or 15890117. OLE color: 15890117.

HSL color Cylindrical-coordinate representation of color #C576F2: hue angle of 278.23º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C576F2 is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 197 118 242 -
CMYK 0.19 0.51 0 0.05
HSL 278.23º 0.83% 0.71% -
HSV(B) 278.23º 0.51% 0.95% -
XYZ 45.53 31.24 87.63 -
YUV 155.76 176.67 157.42 -
System Red Green Blue C M Y K H S L
Decimal 197 118 242 0.19 0.51 0 0.05 278.23 0.83 0.71
Hex C5 76 F2 13 33 0 5 116 53 47
Octal 305 166 362 23 63 0 5 426 123 107
Binary 11000101 1110110 11110010 10011 110011 0 101 100010110 1010011 1000111

Color Harmonies of #C576F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C576F2

Black with #C576F2

Text Example


Text Example

White with #C576F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C576F2; }

 p { color: rgb(197,118,242); }

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

background-color css

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

 a { background-color: rgb(197,118,242); }

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

border-color css

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

 span { border-color: rgb(197,118,242); }

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