Html Css Color HEX #C570FB Heliotrope

📋 copy color: '#C570FB'

red 197 ◦ green 112 ◦ blue 251

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

Shades of Heliotrope #C570FB

Tints of Heliotrope #C570FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.82%

R = 35.18%
G = 20%
B = 44.82%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C570FB (or 0xC570FB) is known color: Heliotrope. HEX triplet: C5, 70 and FB. RGB value is (197,112,251). Sum of RGB (Red+Green+Blue) = 197+112+251=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 251 (98.44% from 255 or 44.82% from 560); Max value from RGB is 251 - color contains mainly: blue. Hex color #C570FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C570FB is #3A8F04. Grayscale: #989898. Windows color (decimal): -3837701 or 16478405. OLE color: 16478405.

HSL color Cylindrical-coordinate representation of color #C570FB: hue angle of 276.69º degrees, saturation: 0.95, 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 #C570FB is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 197 112 251 -
CMYK 0.22 0.55 0 0.02
HSL 276.69º 0.95% 0.71% -
HSV(B) 276.69º 0.55% 0.98% -
XYZ 46.23 30.42 94.7 -
YUV 153.26 183.16 159.2 -
System Red Green Blue C M Y K H S L
Decimal 197 112 251 0.22 0.55 0 0.02 276.69 0.95 0.71
Hex C5 70 FB 16 37 0 2 115 5F 47
Octal 305 160 373 26 67 0 2 425 137 107
Binary 11000101 1110000 11111011 10110 110111 0 10 100010101 1011111 1000111

Color Harmonies of #C570FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C570FB

Black with #C570FB

Text Example


Text Example

White with #C570FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C570FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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