Html Css Color HEX #C570F9 Heliotrope

📋 copy color: '#C570F9'

red 197 ◦ green 112 ◦ blue 249

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

Shades of Heliotrope #C570F9

Tints of Heliotrope #C570F9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.07%

 BLUE value IS 249 (97.66% from 255) = 44.62%

R = 35.3%
G = 20.07%
B = 44.62%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C570F9 (or 0xC570F9) is known color: Heliotrope. HEX triplet: C5, 70 and F9. RGB value is (197,112,249). Sum of RGB (Red+Green+Blue) = 197+112+249=558 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.30% from 558); Green value is 112 (44.14% from 255 or 20.07% from 558); Blue value is 249 (97.66% from 255 or 44.62% from 558); Max value from RGB is 249 - color contains mainly: blue. Hex color #C570F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C570F9 is #3A8F06. Grayscale: #989898. Windows color (decimal): -3837703 or 16347333. OLE color: 16347333.

HSL color Cylindrical-coordinate representation of color #C570F9: hue angle of 277.23º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C570F9 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 112 249 -
CMYK 0.21 0.55 0 0.02
HSL 277.23º 0.92% 0.71% -
HSV(B) 277.23º 0.55% 0.98% -
XYZ 45.92 30.3 93.05 -
YUV 153.03 182.16 159.36 -
System Red Green Blue C M Y K H S L
Decimal 197 112 249 0.21 0.55 0 0.02 277.23 0.92 0.71
Hex C5 70 F9 15 37 0 2 115 5C 47
Octal 305 160 371 25 67 0 2 425 134 107
Binary 11000101 1110000 11111001 10101 110111 0 10 100010101 1011100 1000111

Color Harmonies of #C570F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570F9

Black with #C570F9

Text Example


Text Example

White with #C570F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570F9; }

 p { color: rgb(197,112,249); }

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

background-color css

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

 a { background-color: rgb(197,112,249); }

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

border-color css

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

 span { border-color: rgb(197,112,249); }

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