Html Css Color HEX #C570F2 Heliotrope

📋 copy color: '#C570F2'

red 197 ◦ green 112 ◦ blue 242

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

Shades of Heliotrope #C570F2

Tints of Heliotrope #C570F2

RGB

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

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

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

R = 35.75%
G = 20.33%
B = 43.92%

CMYK

 C value IS 0.19

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C570F2 (or 0xC570F2) is known color: Heliotrope. HEX triplet: C5, 70 and F2. RGB value is (197,112,242). Sum of RGB (Red+Green+Blue) = 197+112+242=551 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.75% from 551); Green value is 112 (44.14% from 255 or 20.33% from 551); Blue value is 242 (94.92% from 255 or 43.92% from 551); Max value from RGB is 242 - color contains mainly: blue. Hex color #C570F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C570F2 is #3A8F0D. Grayscale: #979797. Windows color (decimal): -3837710 or 15888581. OLE color: 15888581.

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

Color convert

RGB 197 112 242 -
CMYK 0.19 0.54 0 0.05
HSL 279.23º 0.83% 0.69% -
HSV(B) 279.23º 0.54% 0.95% -
XYZ 44.85 29.87 87.41 -
YUV 152.24 178.66 159.93 -
System Red Green Blue C M Y K H S L
Decimal 197 112 242 0.19 0.54 0 0.05 279.23 0.83 0.69
Hex C5 70 F2 13 36 0 5 117 53 45
Octal 305 160 362 23 66 0 5 427 123 105
Binary 11000101 1110000 11110010 10011 110110 0 101 100010111 1010011 1000101

Color Harmonies of #C570F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570F2

Black with #C570F2

Text Example


Text Example

White with #C570F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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